Image constructor

Image({
  1. String? gcsUri,
  2. String? rawBytes,
})

Implementation

Image({this.gcsUri, this.rawBytes});