dart flutter Unhandled Exception: type 'int' is not a subtype of type 'double?' in type cast code example
Example: 'int' is not a subtype of type 'double' dart
double myDouble = myInt.toDouble();
double myDouble = myInt.toDouble();