birthdate property

String? birthdate

End-User's birthday.

Date represented as an ISO 8601:2004 ISO8601‑2004 YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed.

Implementation

String? get birthdate => this['birthdate'];