enableZoneSeparation property

  1. @TagNumber.new(31)
bool get enableZoneSeparation

Option to enable granular zone separation.

Implementation

@$pb.TagNumber(31)
$core.bool get enableZoneSeparation => $_getBF(29);
  1. @TagNumber.new(31)
set enableZoneSeparation (bool v)

Implementation

@$pb.TagNumber(31)
set enableZoneSeparation($core.bool v) {
  $_setBool(29, v);
}