hairColor property

TextFieldWrapper get hairColor

Hair color

Implementation

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