ImageInput constructor

const ImageInput({
  1. List<int>? data,
  2. String? url,
  3. String? format,
})

Implementation

const ImageInput({
  this.data,
  this.url,
  this.format,
});