PurpleNode constructor
PurpleNode({
- String? typename,
- String? id,
- String? shortcode,
- Dimensions? dimensions,
- String? displayUrl,
- Owner? owner,
- bool? isVideo,
- String? accessibilityCaption,
- EdgeMediaToCaption? edgeMediaToCaption,
- Edge? edgeMediaToComment,
- bool? commentsDisabled,
- int? takenAtTimestamp,
- Edge? edgeLikedBy,
- Edge? edgeMediaPreviewLike,
- 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,
});