TentacledNode constructor

TentacledNode({
  1. String? typename,
  2. String? id,
  3. String? shortcode,
  4. Dimensions? dimensions,
  5. String? displayUrl,
  6. String? mediaPreview,
  7. Owner? owner,
  8. bool? isVideo,
  9. String? accessibilityCaption,
})

Implementation

TentacledNode({
  this.typename,
  this.id,
  this.shortcode,
  this.dimensions,
  this.displayUrl,
  this.mediaPreview,
  this.owner,
  this.isVideo,
  this.accessibilityCaption,
});