dateOfBirth property

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

The passenger's date of birth. * Format yyyy-MM-dd * minLength: 10 * maxLength: 10

Implementation

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