dg11 property

bool dg11

Implementation

bool get dg11 => _dg11;
void dg11=(bool val)

Implementation

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