ImageFile constructor

const ImageFile({
  1. required String fileId,
  2. String? detail,
})

Creates an ImageFile.

Implementation

const ImageFile({required this.fileId, this.detail});