fixedDustThreshold property
- @TagNumber(10)
Use a constant "Dust" threshold.
Implementation
@$pb.TagNumber(10)
$fixnum.Int64 get fixedDustThreshold => $_getI64(8);
- @TagNumber(10)
Implementation
@$pb.TagNumber(10)
set fixedDustThreshold($fixnum.Int64 v) {
$_setInt64(8, v);
}