destinations property

TextFieldWrapper? get destinations

Destinations

Implementation

TextFieldWrapper? get destinations => document
    .fieldByTypeName("Destinations")
    ?.let((field) => TextFieldWrapper(field));