dateOfBirth property

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

The date of birth of the individual in ISO-8601 format. For example, YYYY-MM-DD. Allowed only when type is individual.

Implementation

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