carrierName property

TextFieldWrapper? get carrierName

Data element ID "MAA". The name of the carrier responsible for safety. This can be an individual, partnership or corporation responsible for the transportation of persons or property. This is the name that is recognized by law.

Implementation

TextFieldWrapper? get carrierName => document
    .fieldByTypeName("CarrierName")
    ?.let((field) => TextFieldWrapper(field));