dg6 property

bool dg6

Implementation

bool get dg6 => _dg6;
void dg6=(bool val)

Implementation

set dg6(bool val) {
  dg6 = val;
  _setEDLDataGroups({"dg6": val}, this);
}