isForever property

bool isForever

If notification was closed with setForever, this will return true.

Implementation

bool get isForever => _notification.isForever;