messageGroups property

List<MessageGroup> get messageGroups

List of message groups organized by sender and time.

Messages are automatically grouped by sender and timestamp proximity to create a natural conversation flow.

Implementation

List<MessageGroup> get messageGroups => _messageGroups;