InterestsPref constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory InterestsPref({
@Default('app.bsky.actor.defs#interestsPref') String $type,
required List<String> tags,
Map<String, dynamic>? $unknown,
}) = _InterestsPref;