alertBellVibra property
True: Alert when the bell character is received (output_vibra)
Implementation
@$pb.TagNumber(12)
$core.bool get alertBellVibra => $_getBF(11);
Implementation
@$pb.TagNumber(12)
set alertBellVibra($core.bool value) => $_setBool(11, value);