participants property
- @JsonKey(name: 'participants', required: true)
inherited
The conversation participants
Implementation
@JsonKey(name: 'participants', required: true)
List<ConversationParticipant> get participants =>
throw _privateConstructorUsedError;