lastName property

TextFieldWrapper? get lastName

Last Name

Implementation

TextFieldWrapper? get lastName => document
    .fieldByTypeName("LastName")
    ?.let((field) => TextFieldWrapper(field));