menu
lorien_chat_list package
documentation
chat_list_controller.dart
ChatListController<T>
newest property
newest property
dark_mode
light_mode
newest
property
T?
get
newest
Implementation
T? get newest => _newItems.lastOrNull ?? _oldItems.firstOrNull;
lorien_chat_list package
documentation
chat_list_controller
ChatListController<T>
newest property
ChatListController class