loadStatus property

ValueNotifier<LoadStatus> loadStatus
getter/setter pair

This value notifier is used to notify the fetch status of the dataset

Implementation

late ValueNotifier<LoadStatus> loadStatus =
    ValueNotifier<LoadStatus>(LoadStatus.INITIAL);