dg1 property

bool dg1

Implementation

bool get dg1 => _dg1;
void dg1=(bool val)

Implementation

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