hasAmount property
bool
get
hasAmount
Implementation
bool get hasAmount =>
this.formValueMap.containsKey(AmountValueKey) &&
(amountValue?.isNotEmpty ?? false);
bool get hasAmount =>
this.formValueMap.containsKey(AmountValueKey) &&
(amountValue?.isNotEmpty ?? false);