PlayerState.fromJson constructor

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

Implementation

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