PlayerTeam.fromRawJson constructor

PlayerTeam.fromRawJson(
  1. String str
)

Implementation

factory PlayerTeam.fromRawJson(String str) =>
    PlayerTeam.fromJson(json.decode(str));