Player.fromJson constructor

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

Implementation

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