title property

TextFieldWrapper? get title

Title

Implementation

TextFieldWrapper? get title => document
    .fieldByTypeName("Title")
    ?.let((field) => TextFieldWrapper(field));