dg14 property

bool dg14

Implementation

bool get dg14 => _dg14;
void dg14=(bool val)

Implementation

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