TeamRating.fromJson constructor Null safety
- String str
Decodes TeamRating object from json string
Implementation
factory TeamRating.fromJson(String str) =>
TeamRating.fromMap(json.decode(str));
Decodes TeamRating object from json string
factory TeamRating.fromJson(String str) =>
TeamRating.fromMap(json.decode(str));