haptic property

  1. @TagNumber(11)
bool get haptic

Implementation

@$pb.TagNumber(11)
$core.bool get haptic => $_getBF(10);
  1. @TagNumber(11)
set haptic (bool value)

Implementation

@$pb.TagNumber(11)
set haptic($core.bool value) => $_setBool(10, value);