PurpleNode constructor

PurpleNode({
  1. String? typename,
  2. String? id,
  3. String? shortcode,
  4. Dimensions? dimensions,
  5. String? displayUrl,
  6. Owner? owner,
  7. bool? isVideo,
  8. String? accessibilityCaption,
  9. EdgeMediaToCaption? edgeMediaToCaption,
  10. Edge? edgeMediaToComment,
  11. bool? commentsDisabled,
  12. int? takenAtTimestamp,
  13. Edge? edgeLikedBy,
  14. Edge? edgeMediaPreviewLike,
  15. EdgeSidecarToChildren? edgeSidecarToChildren,
})

Implementation

PurpleNode({
  this.typename,
  this.id,
  this.shortcode,
  this.dimensions,
  this.displayUrl,
  this.owner,
  this.isVideo,
  this.accessibilityCaption,
  this.edgeMediaToCaption,
  this.edgeMediaToComment,
  this.commentsDisabled,
  this.takenAtTimestamp,
  this.edgeLikedBy,
  this.edgeMediaPreviewLike,
  this.edgeSidecarToChildren,
});