allowBeep property

  1. @TagNumber.new(12)
Int32Value get allowBeep

Implementation

@$pb.TagNumber(12)
$0.Int32Value get allowBeep => $_getN(11);
  1. @TagNumber.new(12)
set allowBeep (Int32Value value)

Implementation

@$pb.TagNumber(12)
set allowBeep($0.Int32Value value) => $_setField(12, value);