generalInformation property

TextFieldWrapper? get generalInformation

General Information

Implementation

TextFieldWrapper? get generalInformation => document
    .fieldByTypeName("GeneralInformation")
    ?.let((field) => TextFieldWrapper(field));