dateOfBirth property

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

The individual's date of birth, in YYYY-MM-DD format.

Implementation

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