dg15 property

bool dg15

Implementation

bool get dg15 => _dg15;
void dg15=(bool val)

Implementation

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