readAt property

  1. @UnixTimestampConverter()
  2. @JsonKey(name: 'timestamp_read')
DateTime? get readAt
inherited

The timestamp when the notification was read.

Implementation

@UnixTimestampConverter()
@JsonKey(name: 'timestamp_read')
DateTime? get readAt => throw _privateConstructorUsedError;