writeEid property

bool? writeEid

Implementation

bool? get writeEid => _writeEid;
void writeEid=(bool? val)

Implementation

set writeEid(bool? val) {
  _writeEid = val;
  _setRfidScenario({"writeEid": val}, this);
}