author property

  1. @JsonKey(name: 'author')
ConversationParticipant? get author
inherited

Who the author of the part is

If no author part is not a message

Implementation

@JsonKey(name: 'author')
ConversationParticipant? get author => throw _privateConstructorUsedError;