createdAt property

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

Date of user creation.

Implementation

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