dg3 property

bool dg3

Implementation

bool get dg3 => _dg3;
void dg3=(bool val)

Implementation

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