PlayerContext.fromJson constructor
Converts a Map<String, dynamic> to a PlayerContext.
Implementation
factory PlayerContext.fromJson(Map<String, dynamic> json) =>
_$PlayerContextFromJson(json);
Converts a Map<String, dynamic> to a PlayerContext.
factory PlayerContext.fromJson(Map<String, dynamic> json) =>
_$PlayerContextFromJson(json);