$UThreadViewPostParentExtension 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
isNotThreadViewPost bool
Returns true if this data is not ThreadViewPost, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isThreadViewPost bool
Returns true if this data is ThreadViewPost, 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
threadViewPost ThreadViewPost
Returns this data as ThreadViewPost.
no setter
threadViewPostOrNull ThreadViewPost?
Returns ThreadViewPost if this data is ThreadViewPost, 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.