messageCount property

int get messageCount

The total number of messages in this conversation.

Implementation

int get messageCount => messages.length;