VectorStoreFileCounts constructor
const
VectorStoreFileCounts({})
Creates a VectorStoreFileCounts.
Implementation
const VectorStoreFileCounts({
required this.inProgress,
required this.completed,
required this.failed,
required this.cancelled,
required this.total,
});