dateOfBirth property

  1. @BuiltValueField.new(wireName: r'dateOfBirth')
String? get dateOfBirth

The person's date of birth, in ISO-8601 YYYY-MM-DD format. For example, 2000-01-31.

Implementation

@BuiltValueField(wireName: r'dateOfBirth')
String? get dateOfBirth;