displayedLifeCycle property

NotificationLifeCycle? displayedLifeCycle
inherited

Implementation

NotificationLifeCycle? get displayedLifeCycle {
  return _displayedLifeCycle;
}
  1. @visibleForTesting
  2. @protected
void displayedLifeCycle=(dynamic newValue)
inherited

Implementation

@visibleForTesting
@protected
set displayedLifeCycle(newValue) {
  _displayedLifeCycle = newValue;
}