$USkeletonFeedPostReasonExtension extension

on

Properties

isNotSkeletonReasonRepost bool
Returns true if this data is not SkeletonReasonRepost, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isSkeletonReasonRepost bool
Returns true if this data is SkeletonReasonRepost, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
skeletonReasonRepost SkeletonReasonRepost
Returns this data as SkeletonReasonRepost.
no setter
skeletonReasonRepostOrNull SkeletonReasonRepost?
Returns SkeletonReasonRepost if this data is SkeletonReasonRepost, 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.