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