length property
int
get
length
Returns the number of messages in the chat history
Implementation
int get length => messages.length;
Returns the number of messages in the chat history
int get length => messages.length;