updatedAt property

  1. @EpochDateTimeConverter()
DateTime? get updatedAt
inherited

Timestamp when the message was last updated.

Implementation

@EpochDateTimeConverter() DateTime? get seenAt;/// Timestamp when the message was last updated.
@EpochDateTimeConverter() DateTime? get updatedAt;