Command.stopColorFlow constructor

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

Command to stop a running color flow.

Implementation

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