Contest.fromJson constructor

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

Implementation

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