AiStateModel constructor
AiStateModel({})
Implementation
AiStateModel({
this.taskId,
this.userId,
this.deviceType,
this.originalInput,
this.status,
this.failReason,
this.createdAt,
this.updatedAt,
this.currentStage,
this.allStages,});