createdLifeCycle property

NotificationLifeCycle? get createdLifeCycle
inherited

Implementation

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

Implementation

@protected
set createdLifeCycle(newValue) {
  _createdLifeCycle = newValue;
}