PostInteractionSettingsPref constructor
const
PostInteractionSettingsPref(
{ - @typeKey @Default(appBskyActorDefsPostInteractionSettingsPref) String type,
- @threadRuleConverter List<ThreadRule>? threadgateAllowRules,
- @UPostRuleConverter() List<UPostRule>? postgateEmbeddingRules,
})
Implementation
@jsonSerializable
const factory PostInteractionSettingsPref({
@typeKey @Default(appBskyActorDefsPostInteractionSettingsPref) String type,
@threadRuleConverter List<ThreadRule>? threadgateAllowRules,
@UPostRuleConverter() List<UPostRule>? postgateEmbeddingRules,
}) = _PostInteractionSettingsPref;