dg20 property

bool dg20

Implementation

bool get dg20 => _dg20;
void dg20=(bool val)

Implementation

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