useMaxAmount property

  1. @TagNumber.new(9)
bool get useMaxAmount

Set if sending max amount is requested.

Implementation

@$pb.TagNumber(9)
$core.bool get useMaxAmount => $_getBF(8);
  1. @TagNumber.new(9)
set useMaxAmount (bool v)

Implementation

@$pb.TagNumber(9)
set useMaxAmount($core.bool v) {
  $_setBool(8, v);
}