MockEmbeddingModelV3<VALUE> constructor
MockEmbeddingModelV3<VALUE> ({})
Implementation
MockEmbeddingModelV3({
required this.embedding,
this.usage,
this.doEmbedError,
this.provider = 'mock',
this.modelId = 'mock-embedding-model',
});