ParticipantDetails.fromJson constructor

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

Implementation

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