lastDisplayAt property
DateTime?
get
lastDisplayAt
DateTime last displayed.
If notification was closed with setForever
, this will always return null.
Implementation
DateTime? get lastDisplayAt => _notification.lastDisplayAt;