GetKnowledgeBaseListResponseModel constructor
const
GetKnowledgeBaseListResponseModel({})
Implementation
const GetKnowledgeBaseListResponseModel({
required this.documents,
this.nextCursor,
required this.hasMore,
});