MockImageModelV3 constructor

MockImageModelV3({
  1. List<Uint8List> images = const [],
  2. Object? doGenerateError,
  3. String provider = 'mock',
  4. String modelId = 'mock-image-model',
})

Implementation

MockImageModelV3({
  this.images = const [],
  this.doGenerateError,
  this.provider = 'mock',
  this.modelId = 'mock-image-model',
});