sent property

  1. @JsonKey.new(name: 'sent', required: true)
String sent
getter/setter pair

Timestamp of when the notification was dispatched

Implementation

@JsonKey(name: 'sent', required: true)
late String sent;