updatedAt property

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

When the user was last updated.

Implementation

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