participants property

  1. @JsonKey(name: 'participants', required: true)
List<ConversationParticipant> get participants
inherited

The conversation participants

Implementation

@JsonKey(name: 'participants', required: true)
List<ConversationParticipant> get participants =>
    throw _privateConstructorUsedError;