hairColor property

TextFieldWrapper? get hairColor

Data element ID "DAZ". Color of cardholder's hair. ANSI D-20 codes converted to human readable format according to the ANSI D20 Data Dictionary.

Implementation

TextFieldWrapper? get hairColor => document
    .fieldByTypeName("HairColor")
    ?.let((field) => TextFieldWrapper(field));