ContestMeta.fromJson constructor

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

Implementation

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