createdLifeCycle property

NotificationLifeCycle? createdLifeCycle
inherited

Implementation

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

Implementation

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