hasMore property

ValueNotifier<bool> hasMore
final

Implementation

final ValueNotifier<bool> hasMore = ValueNotifier<bool>(true);