allowBeep property

  1. @TagNumber.new(13)
int get allowBeep

Implementation

@$pb.TagNumber(13)
$core.int get allowBeep => $_getIZ(12);
  1. @TagNumber.new(13)
set allowBeep (int value)

Implementation

@$pb.TagNumber(13)
set allowBeep($core.int value) => $_setSignedInt32(12, value);