menu
cdx_chat package
documentation
controller.dart
ChatController
hasMore property
hasMore property
dark_mode
light_mode
hasMore
property
bool
get
hasMore
Whether there are more messages to load.
Implementation
bool get hasMore => _hasMore;
cdx_chat package
documentation
controller
ChatController
hasMore property
ChatController class