businessName property
Data element ID "BBC". The name of business that owns the vehicle.
Implementation
TextFieldWrapper? get businessName => document
.fieldByTypeName("BusinessName")
?.let((field) => TextFieldWrapper(field));
Data element ID "BBC". The name of business that owns the vehicle.
TextFieldWrapper? get businessName => document
.fieldByTypeName("BusinessName")
?.let((field) => TextFieldWrapper(field));