PlayerState.fromJson constructor

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

Implementation

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