locked property

bool? locked

Indicates whether the notification is locked.

Implementation

bool? get locked {
  return _locked;
}