isForever property
bool
get
isForever
If notification was closed with setForever
, this will return true.
Implementation
bool get isForever => _notification.isForever;
If notification was closed with setForever
, this will return true.
bool get isForever => _notification.isForever;