DeviceMethod constructor

DeviceMethod({
  1. String? deviceType,
  2. String? methodName,
})

Implementation

DeviceMethod({
  this.deviceType,
  this.methodName,
});