PlayerContext.fromJson constructor

PlayerContext.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PlayerContext.fromJson(Map<String, dynamic> json) =>
    _$PlayerContextFromJson(json);