dg9 property

bool dg9

Implementation

bool get dg9 => _dg9;
void dg9=(bool val)

Implementation

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