dg13 property

bool dg13

Implementation

bool get dg13 => _dg13;
void dg13=(bool val)

Implementation

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