ContestBadge.fromJson constructor

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

Implementation

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