ImageRequest constructor

ImageRequest({
  1. required String prompt,
  2. int? n = 1,
  3. String? size = '1024x1024',
})

Implementation

ImageRequest({required this.prompt, this.n = 1, this.size = '1024x1024'});