RfidSwitchStateResult constructor

RfidSwitchStateResult({
  1. required RfidSwitchState switchState,
})

Implementation

RfidSwitchStateResult({required this.switchState});