isBunkerLoading property

bool get isBunkerLoading

Implementation

bool get isBunkerLoading => _isBunkerLoading;
set isBunkerLoading (bool value)

Implementation

set isBunkerLoading(bool value) {
  _isBunkerLoading = value;
  notifyListeners();
}