dg4 property

bool dg4

Implementation

bool get dg4 => _dg4;
void dg4=(bool val)

Implementation

set dg4(bool val) {
  dg4 = val;
  _setEIDDataGroups({"dg4": val}, this);
}