displayedLifeCycle property

NotificationLifeCycle? get displayedLifeCycle
inherited

Implementation

NotificationLifeCycle? get displayedLifeCycle {
  return _displayedLifeCycle;
}
  1. @protected
set displayedLifeCycle (dynamic newValue)
inherited

Implementation

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