Player.fromRawJson constructor

Player.fromRawJson(
  1. String str
)

Implementation

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