dg12 property

bool dg12

Implementation

bool get dg12 => _dg12;
void dg12=(bool val)

Implementation

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