createdAtTimestamp property

  1. @JsonKey(name: 'timestamp')
int createdAtTimestamp
inherited

The unix timestamp of when the notification was created.

Implementation

@JsonKey(name: 'timestamp')
int get createdAtTimestamp => throw _privateConstructorUsedError;