createdSource property

NotificationSource? createdSource
inherited

Implementation

NotificationSource? get createdSource {
  return _createdSource;
}
  1. @visibleForTesting
  2. @protected
void createdSource=(dynamic newValue)
inherited

Implementation

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