updatedAt property

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

Date of last user update.

Implementation

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