dg5 property

bool dg5

Implementation

bool get dg5 => _dg5;
void dg5=(bool val)

Implementation

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