readAt property
- @UnixTimestampConverter()
- @JsonKey(name: 'timestamp_read')
inherited
The timestamp when the notification was read.
Implementation
@UnixTimestampConverter()
@JsonKey(name: 'timestamp_read')
DateTime? get readAt => throw _privateConstructorUsedError;