dg21 property

bool dg21

Implementation

bool get dg21 => _dg21;
void dg21=(bool val)

Implementation

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