skeletonReasonRepostOrNull property

SkeletonReasonRepost? get skeletonReasonRepostOrNull

Returns SkeletonReasonRepost if this data is SkeletonReasonRepost, otherwise null.

Implementation

SkeletonReasonRepost? get skeletonReasonRepostOrNull =>
    isSkeletonReasonRepost ? skeletonReasonRepost : null;