menu
messenger
domain/service/contact.dart
ContactService
hasNext property
hasNext
dark_mode
light_mode
hasNext
property
RxBool
get
hasNext
Indicates whether the
paginated
have next page.
Implementation
RxBool get hasNext => _contactRepository.hasNext;
messenger
contact
ContactService
hasNext property
ContactService class