allowVibration property

  1. @TagNumber.new(14)
int get allowVibration

Implementation

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

Implementation

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