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 value)

Implementation

@$pb.TagNumber(9)
set useMaxAmount($core.bool value) => $_setBool(8, value);