inspectionAddress property

TextFieldWrapper? get inspectionAddress

Data element ID "IAN". The street name and number, city, state and zip code of the inspection facility.

Implementation

TextFieldWrapper? get inspectionAddress => document
    .fieldByTypeName("InspectionAddress")
    ?.let((field) => TextFieldWrapper(field));