SkeletonReasonRepost constructor
const
SkeletonReasonRepost({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory SkeletonReasonRepost({
@Default('app.bsky.feed.defs#skeletonReasonRepost') String $type,
@AtUriConverter() required AtUri repost,
Map<String, dynamic>? $unknown,
}) = _SkeletonReasonRepost;