dg17 property

bool dg17

Implementation

bool get dg17 => _dg17;
void dg17=(bool val)

Implementation

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