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