Command.bgStopColorFlow constructor

Command.bgStopColorFlow({
  1. int? id,
})

Command to stop a running color flow (background light).

Implementation

Command.bgStopColorFlow({this.id})
    : method = CommandMethods.bgStopCF,
      parameters = <void>[];