ControllerFeedback constructor

ControllerFeedback(
  1. ControllerCommandTypes command, {
  2. Object? data,
})

Implementation

ControllerFeedback(this.command, {this.data});