birthDate property
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;
User-provided birth date. Might be used to build handle suggestions.
String? get email;/// User-provided birth date. Might be used to build handle suggestions.
@JsonKey(toJson: iso8601) DateTime? get birthDate;