PostInteractionSettingsPref constructor
const
PostInteractionSettingsPref({
- @Default.new('app.bsky.actor.defs#postInteractionSettingsPref') String $type,
- @UPostInteractionSettingsPrefThreadgateAllowRulesConverter() List<
UPostInteractionSettingsPrefThreadgateAllowRules> ? threadgateAllowRules, - @UPostInteractionSettingsPrefPostgateEmbeddingRulesConverter() List<
UPostInteractionSettingsPrefPostgateEmbeddingRules> ? postgateEmbeddingRules, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory PostInteractionSettingsPref({
@Default('app.bsky.actor.defs#postInteractionSettingsPref') String $type,
@UPostInteractionSettingsPrefThreadgateAllowRulesConverter()
List<UPostInteractionSettingsPrefThreadgateAllowRules>?
threadgateAllowRules,
@UPostInteractionSettingsPrefPostgateEmbeddingRulesConverter()
List<UPostInteractionSettingsPrefPostgateEmbeddingRules>?
postgateEmbeddingRules,
Map<String, dynamic>? $unknown,
}) = _PostInteractionSettingsPref;