dg2 property

bool dg2

Implementation

bool get dg2 => _dg2;
void dg2=(bool val)

Implementation

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