name property

TextFieldWrapper get name

Full name with title

Implementation

TextFieldWrapper get name =>
    document.fieldByTypeName("Name")!.let((field) => TextFieldWrapper(field));