Flutter: 'NoSuchMethodError' is not a subtype of type String Flutter: 'NoSuchMethodError' is not a subtype of type String dart dart

Flutter: 'NoSuchMethodError' is not a subtype of type String


You are using wrong key for Coordinates.You should use Coordinates as its name of key in json. But you are using Coordinate in method factory AccountInfo.fromJson

Update your last line of that method

coordinates: Coordinates.fromJson(json["Coordinates"])