isAmountEditable property

  1. @TagNumber(17)
bool get isAmountEditable

Implementation

@$pb.TagNumber(17)
$core.bool get isAmountEditable => $_getBF(15);
  1. @TagNumber(17)
set isAmountEditable (bool v)

Implementation

@$pb.TagNumber(17)
set isAmountEditable($core.bool v) { $_setBool(15, v); }