hasPendingUpdateForTesting property
Implementation
@visibleForTesting
bool get hasPendingUpdateForTesting => _hasPendingUpdate;
Implementation
@visibleForTesting
set hasPendingUpdateForTesting(bool value) => _hasPendingUpdate = value;
@visibleForTesting
bool get hasPendingUpdateForTesting => _hasPendingUpdate;
@visibleForTesting
set hasPendingUpdateForTesting(bool value) => _hasPendingUpdate = value;