updatedAt property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime updatedAt

Reserved field indicating when the message was updated last time.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime get updatedAt => _updatedAt ?? DateTime.now();