messageCount property
int
get
messageCount
The total number of messages in this conversation.
Implementation
int get messageCount => messages.length;
The total number of messages in this conversation.
int get messageCount => messages.length;