createdAt property

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

When the user was created.

Implementation

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