Img constructor

Img({
  1. String? id,
  2. Dimensions? dimensions,
  3. String? displayUrl,
  4. bool? isVideo,
  5. String? accessibilityCaption,
})

Implementation

Img({
  this.id,
  this.dimensions,
  this.displayUrl,
  this.isVideo,
  this.accessibilityCaption,
});