hasPendingUpdateForTesting property

  1. @visibleForTesting
bool get hasPendingUpdateForTesting

Implementation

@visibleForTesting
bool get hasPendingUpdateForTesting => _hasPendingUpdate;
  1. @visibleForTesting
set hasPendingUpdateForTesting (bool value)

Implementation

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