iaqSwitch property

  1. @TagNumber(4)
bool get iaqSwitch

Highlight nodes w/ iaq data

Implementation

@$pb.TagNumber(4)
$core.bool get iaqSwitch => $_getBF(3);
  1. @TagNumber(4)
set iaqSwitch (bool value)

Implementation

@$pb.TagNumber(4)
set iaqSwitch($core.bool value) => $_setBool(3, value);