dateOfBirth property
The passenger's date of birth. * Format yyyy-MM-dd * minLength: 10 * maxLength: 10
Implementation
@BuiltValueField(wireName: r'dateOfBirth')
Date? get dateOfBirth;
The passenger's date of birth. * Format yyyy-MM-dd * minLength: 10 * maxLength: 10
@BuiltValueField(wireName: r'dateOfBirth')
Date? get dateOfBirth;