$UGetPostThreadThreadExtension extension
Properties
- blockedPost → BlockedPost
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns this data as BlockedPost.no setter - blockedPostOrNull → BlockedPost?
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns BlockedPost if this data is BlockedPost, otherwise null.no setter - isBlockedPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is BlockedPost, otherwise false.no setter - isNotBlockedPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is not BlockedPost, otherwise false.no setter - isNotFoundPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is NotFoundPost, otherwise false.no setter - isNotNotFoundPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is not NotFoundPost, otherwise false.no setter - isNotThreadViewPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is not ThreadViewPost, otherwise false.no setter - isNotUnknown → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isThreadViewPost → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is ThreadViewPost, otherwise false.no setter - isUnknown → bool
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns true if this data is unknown object, otherwise false.no setter - notFoundPost → NotFoundPost
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns this data as NotFoundPost.no setter - notFoundPostOrNull → NotFoundPost?
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns NotFoundPost if this data is NotFoundPost, otherwise null.no setter - threadViewPost → ThreadViewPost
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns this data as ThreadViewPost.no setter - threadViewPostOrNull → ThreadViewPost?
-
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns ThreadViewPost if this data is ThreadViewPost, otherwise null.no setter -
unknown
→ Map<
String, dynamic> -
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter
Methods
-
toJson(
) → Map< String, dynamic> -
Available on UGetPostThreadThread, provided by the $UGetPostThreadThreadExtension extension
Returns JSON representation.