CommandTaskDTO constructor
- String? id,
- String? gensetSerialNumber,
- CommandTaskStatusDTO? status,
- DateTime? requestTimestamp,
- CommandTaskRequestDTO? request,
- DateTime? responseTimestamp,
- CommandTaskResponseDTO? response,
Implementation
const CommandTaskDTO({
this.id,
this.gensetSerialNumber,
this.status,
this.requestTimestamp,
this.request,
this.responseTimestamp,
this.response,
});