ImageGenerationResult constructor

const ImageGenerationResult({
  1. required String providerId,
  2. List<String> urls = const [],
  3. Map<String, dynamic> raw = const {},
})

Implementation

const ImageGenerationResult({
  required this.providerId,
  this.urls = const [],
  this.raw = const {},
});