Player.fromJson constructor

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

Implementation

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