Round.fromJson constructor

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

Implementation

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