dg8 property

bool dg8

Implementation

bool get dg8 => _dg8;
void dg8=(bool val)

Implementation

set dg8(bool val) {
  dg8 = val;
  _setEPassportDataGroups({"dg8": val}, this);
}