GetRepostedByOutput constructor
- @JsonSerializable(includeIfNull: false)
- @AtUriConverter() required AtUri uri,
- String? cid,
- String? cursor,
- @ProfileViewConverter() required List<
ProfileView> repostedBy, - @JsonKey(name: r'$unknown') Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetRepostedByOutput({
@AtUriConverter() required AtUri uri,
String? cid,
String? cursor,
@ProfileViewConverter() required List<ProfileView> repostedBy,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _GetRepostedByOutput;