Service constructor

Service(
  1. Device? device,
  2. String? type,
  3. String? id,
  4. String? controlUrl,
  5. String? eventSubUrl,
  6. String? scpdUrl,
  7. List<Action> actions,
  8. List<StateVariable> stateVariables,
)

Implementation

Service(this.device, this.type, this.id, this.controlUrl, this.eventSubUrl,
    this.scpdUrl, this.actions, this.stateVariables);