Image constructor

Image({
  1. Uint8List? bytes,
  2. S3Object? s3Object,
})

Implementation

Image({
  this.bytes,
  this.s3Object,
});