toEntity method

ContentChunk toEntity()

Implementation

ContentChunk toEntity() {
  return ContentChunk(
    id: id,
    topicId: topicId,
    bookId: bookId,
    chunkIndex: chunkIndex,
    content: content,
    pageNumber: pageNumber,
    tokenCount: tokenCount,
    metadata: metadata,
  );
}