TeamRating.fromJson constructor

TeamRating.fromJson(
  1. String str
)

Decodes TeamRating object from json string

Implementation

factory TeamRating.fromJson(String str) =>
    TeamRating.fromMap(json.decode(str));