FileConfig constructor
FileConfig({})
Implementation
FileConfig({
required this.type,
required this.files,
required this.vectorType,
required this.category,
required this.dbConnectionName,
required this.dbTableNames,
required this.dbType,
});