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