amount property

TextFieldWrapper? get amount

Amount

Implementation

TextFieldWrapper? get amount => document
    .fieldByTypeName("Amount")
    ?.let((field) => TextFieldWrapper(field));