ParticipantInfo.fromJson constructor

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

Implementation

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