GetKnowledgeBaseListResponseModel constructor

const GetKnowledgeBaseListResponseModel({
  1. required List<Object> documents,
  2. dynamic nextCursor,
  3. required bool hasMore,
})

Implementation

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