registrantGivenName property
Data element ID "RBE". Given name or names (includes all of what are commonly referred to as first and middle names) of the registered owner of a vehicle.
Implementation
TextFieldWrapper? get registrantGivenName => document
.fieldByTypeName("RegistrantGivenName")
?.let((field) => TextFieldWrapper(field));