SetParticipantData.fromJson constructor

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

Implementation

factory SetParticipantData.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as SetParticipantData;