author property
Who the author of the part is
If no author part is not a message
Implementation
@JsonKey(name: 'author')
ConversationParticipant? get author => throw _privateConstructorUsedError;
Who the author of the part is
If no author part is not a message
@JsonKey(name: 'author')
ConversationParticipant? get author => throw _privateConstructorUsedError;