$UReplyRefRootExtension extension
Properties
- blockedPost → BlockedPost
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns this data as BlockedPost.no setter - blockedPostOrNull → BlockedPost?
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns BlockedPost if this data is BlockedPost, otherwise null.no setter - isBlockedPost → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is BlockedPost, otherwise false.no setter - isNotBlockedPost → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is not BlockedPost, otherwise false.no setter - isNotFoundPost → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is NotFoundPost, otherwise false.no setter - isNotNotFoundPost → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is not NotFoundPost, otherwise false.no setter - isNotPostView → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is not PostView, otherwise false.no setter - isNotUnknown → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isPostView → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is PostView, otherwise false.no setter - isUnknown → bool
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns true if this data is unknown object, otherwise false.no setter - notFoundPost → NotFoundPost
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns this data as NotFoundPost.no setter - notFoundPostOrNull → NotFoundPost?
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns NotFoundPost if this data is NotFoundPost, otherwise null.no setter - postView → PostView
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns this data as PostView.no setter - postViewOrNull → PostView?
-
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns PostView if this data is PostView, otherwise null.no setter -
unknown
→ Map<
String, dynamic> -
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter
Methods
-
toJson(
) → Map< String, dynamic> -
Available on UReplyRefRoot, provided by the $UReplyRefRootExtension extension
Returns JSON representation.