dg16 property

bool dg16

Implementation

bool get dg16 => _dg16;
void dg16=(bool val)

Implementation

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