deliveredAt property

  1. @EpochDateTimeConverter()
DateTime? get deliveredAt
inherited

Timestamp when the message was delivered to the recipient.

Implementation

@EpochDateTimeConverter() DateTime? get sentAt;/// Timestamp when the message was delivered to the recipient.
@EpochDateTimeConverter() DateTime? get deliveredAt;