dueDate property

TextFieldWrapper? get dueDate

Due Date

Implementation

TextFieldWrapper? get dueDate => document
    .fieldByTypeName("DueDate")
    ?.let((field) => TextFieldWrapper(field));