useMaxAmount property
If sending max amount.
Implementation
@$pb.TagNumber(4)
$core.bool get useMaxAmount => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set useMaxAmount($core.bool value) => $_setBool(3, value);
If sending max amount.
@$pb.TagNumber(4)
$core.bool get useMaxAmount => $_getBF(3);
@$pb.TagNumber(4)
set useMaxAmount($core.bool value) => $_setBool(3, value);