locked property

bool? get locked
inherited

Indicates whether the notification is locked.

Implementation

bool? get locked {
  return _locked;
}