loadStatus property

ValueNotifier<bool> loadStatus
final

Implementation

final ValueNotifier<bool> loadStatus = ValueNotifier<bool>(false);