$UReplyRefParentExtension extension

on

Properties

blockedPost BlockedPost
Returns this data as BlockedPost.
no setter
blockedPostOrNull BlockedPost?
Returns BlockedPost if this data is BlockedPost, otherwise null.
no setter
isBlockedPost bool
Returns true if this data is BlockedPost, otherwise false.
no setter
isNotBlockedPost bool
Returns true if this data is not BlockedPost, otherwise false.
no setter
isNotFoundPost bool
Returns true if this data is NotFoundPost, otherwise false.
no setter
isNotNotFoundPost bool
Returns true if this data is not NotFoundPost, otherwise false.
no setter
isNotPostView bool
Returns true if this data is not PostView, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isPostView bool
Returns true if this data is PostView, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
notFoundPost NotFoundPost
Returns this data as NotFoundPost.
no setter
notFoundPostOrNull NotFoundPost?
Returns NotFoundPost if this data is NotFoundPost, otherwise null.
no setter
postView PostView
Returns this data as PostView.
no setter
postViewOrNull PostView?
Returns PostView if this data is PostView, otherwise null.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.