carrierNameRegistrant property
TextFieldWrapper?
get
carrierNameRegistrant
Data element ID "RBC". The name of the first registrant of a vehicle. Registrant's name may be a combined individual name or the name of a business
Implementation
TextFieldWrapper? get carrierNameRegistrant => document
.fieldByTypeName("CarrierNameRegistrant")
?.let((field) => TextFieldWrapper(field));