SensorConfigStateEntity constructor

SensorConfigStateEntity({
  1. String? method,
  2. Params? params,
})

Implementation

SensorConfigStateEntity({
  this.method,
  this.params,
});