displayedDate property

DateTime? displayedDate
inherited

Returns the date and time when the notification was displayed.

Implementation

DateTime? get displayedDate {
  return _displayedDate;
}
  1. @visibleForTesting
  2. @protected
void displayedDate=(dynamic newValue)
inherited

Implementation

@visibleForTesting
@protected
set displayedDate(newValue) {
  _displayedDate = newValue;
}