checkExtMRZ property

bool? checkExtMRZ

Implementation

bool? get checkExtMRZ => _checkExtMRZ;
void checkExtMRZ=(bool? val)

Implementation

set checkExtMRZ(bool? val) {
  _checkExtMRZ = val;
  _set({"checkExtMRZ": val});
}