datasetLoaded top-level property

StateProvider<bool> datasetLoaded
final

Implementation

final datasetLoaded = StateProvider<bool>((ref) => false);