dg19 property

bool dg19

Implementation

bool get dg19 => _dg19;
void dg19=(bool val)

Implementation

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