CommandTaskResponseDTO constructor

const CommandTaskResponseDTO({
  1. bool? isSuccessful,
  2. HubCommandResponseModel? hub,
})

Implementation

const CommandTaskResponseDTO({
  this.isSuccessful,
  this.hub,
});