participants property

  1. @JsonKey(name: 'participants')
List<ParticipantRequest> participants
getter/setter pair

Implementation

@JsonKey(name: 'participants')
List<ParticipantRequest> participants;