information property

TextFieldWrapper? get information

Information

Implementation

TextFieldWrapper? get information => document
    .fieldByTypeName("Information")
    ?.let((field) => TextFieldWrapper(field));