birthDate property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get birthDate
inherited

User-provided birth date. Might be used to build handle suggestions.

Implementation

String? get email;/// User-provided birth date. Might be used to build handle suggestions.
@JsonKey(toJson: iso8601) DateTime? get birthDate;