PostInteractionSettingsPref constructor

  1. @jsonSerializable
const PostInteractionSettingsPref({
  1. @typeKey @Default(appBskyActorDefsPostInteractionSettingsPref) String type,
  2. @threadRuleConverter List<ThreadRule>? threadgateAllowRules,
  3. @UPostRuleConverter() List<UPostRule>? postgateEmbeddingRules,
})

Implementation

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