updatedAt property

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

Reserved field indicating when the message was updated last time.

Implementation

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