Img constructor
Img({
- String? id,
- Dimensions? dimensions,
- String? displayUrl,
- bool? isVideo,
- String? accessibilityCaption,
Implementation
Img({
this.id,
this.dimensions,
this.displayUrl,
this.isVideo,
this.accessibilityCaption,
});