readAtTimestamp property

  1. @JsonKey(name: 'timestamp_read')
int readAtTimestamp
inherited

The unix timestamp of when the notification was read.

Implementation

@JsonKey(name: 'timestamp_read')
int get readAtTimestamp => throw _privateConstructorUsedError;