menu
firewatch package
documentation
firewatch.dart
FirestoreCollectionRepository<T extends JsonModel>
hasMore property
hasMore property
dark_mode
light_mode
hasMore
property
ValueNotifier
<
bool
>
hasMore
final
Implementation
final ValueNotifier<bool> hasMore = ValueNotifier<bool>(true);
firewatch package
documentation
firewatch
FirestoreCollectionRepository<T extends JsonModel>
hasMore property
FirestoreCollectionRepository class