HubCommandResponseModel constructor

const HubCommandResponseModel({
  1. HubCommandType? commandType,
  2. List<Object>? arguments,
  3. int? commandId,
  4. List<int>? errors,
})

Implementation

const HubCommandResponseModel({
  this.commandType,
  this.arguments,
  this.commandId,
  this.errors,
});