AdultContentPref constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory AdultContentPref({
@Default('app.bsky.actor.defs#adultContentPref') String $type,
@Default(false) bool enabled,
Map<String, dynamic>? $unknown,
}) = _AdultContentPref;