quantity property

TextFieldWrapper? get quantity

Quantity

Implementation

TextFieldWrapper? get quantity => document
    .fieldByTypeName("Quantity")
    ?.let((field) => TextFieldWrapper(field));