firstOwnerTotalName property

TextFieldWrapper? get firstOwnerTotalName

Data element ID "NAA". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)

Implementation

TextFieldWrapper? get firstOwnerTotalName => document
    .fieldByTypeName("FirstOwnerTotalName")
    ?.let((field) => TextFieldWrapper(field));