givenName property

TextFieldWrapper? get givenName

Data element ID "NAE". Given name or names (includes all of what are commonly referred to as first and middle names) of the owner of the vehicle.

Implementation

TextFieldWrapper? get givenName => document
    .fieldByTypeName("GivenName")
    ?.let((field) => TextFieldWrapper(field));