dg10 property

bool dg10

Implementation

bool get dg10 => _dg10;
void dg10=(bool val)

Implementation

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