createdSource property
NotificationSource?
get
createdSource
inherited
Implementation
NotificationSource? get createdSource {
return _createdSource;
}
Implementation
@visibleForTesting
@protected
set createdSource(newValue) {
_createdSource = newValue;
}