nextDisplayAt property

DateTime? nextDisplayAt

DateTime to be displayed next.

If notification was closed with setForever, this will always return null.

Implementation

DateTime? get nextDisplayAt => _notification.nextDisplayAt;