SnapshotImage constructor

SnapshotImage({
  1. int? height,
  2. String? kind,
  3. String? mimeType,
  4. String? url,
  5. int? width,
})

Implementation

SnapshotImage({
  this.height,
  this.kind,
  this.mimeType,
  this.url,
  this.width,
});