dg7 property

bool dg7

Implementation

bool get dg7 => _dg7;
void dg7=(bool val)

Implementation

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