FeedGetRepostedByOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const FeedGetRepostedByOutput({
  1. @AtUriConverter() required AtUri uri,
  2. String? cid,
  3. String? cursor,
  4. @ProfileViewConverter() required List<ProfileView> repostedBy,
  5. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory FeedGetRepostedByOutput({
  @AtUriConverter() required AtUri uri,
  String? cid,
  String? cursor,
  @ProfileViewConverter() required List<ProfileView> repostedBy,

  Map<String, dynamic>? $unknown,
}) = _FeedGetRepostedByOutput;