DisableRule constructor

  1. @JsonSerializable(includeIfNull: false)
const DisableRule({
  1. @Default('app.bsky.feed.postgate#disableRule') String $type,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory DisableRule({
  @Default('app.bsky.feed.postgate#disableRule') String $type,

  Map<String, dynamic>? $unknown,
}) = _DisableRule;