PostgateDisableRule constructor

  1. @jsonSerializable
const PostgateDisableRule({
  1. @typeKey @Default(appBskyFeedPostgateDisableRule) String type,
})

Implementation

@jsonSerializable
const factory PostgateDisableRule({
  @typeKey @Default(appBskyFeedPostgateDisableRule) String type,
}) = _PostgateDisableRule;