TrainDocumentViewResponse constructor
TrainDocumentViewResponse({})
Returns a new TrainDocumentViewResponse instance.
Implementation
TrainDocumentViewResponse({
required this.taskId,
required this.message,
required this.tokens,
});