usePercentageBasedPrice property

  1. @TagNumber(24)
bool get usePercentageBasedPrice

Implementation

@$pb.TagNumber(24)
$core.bool get usePercentageBasedPrice => $_getBF(23);
  1. @TagNumber(24)
set usePercentageBasedPrice (bool v)

Implementation

@$pb.TagNumber(24)
set usePercentageBasedPrice($core.bool v) { $_setBool(23, v); }