createdSource property

NotificationSource? get createdSource
inherited

Implementation

NotificationSource? get createdSource {
  return _createdSource;
}
  1. @protected
set createdSource (dynamic newValue)
inherited

Implementation

@protected
set createdSource(newValue) {
  _createdSource = newValue;
}