length property

int get length

Returns the number of messages in the chat history

Implementation

int get length => messages.length;