DisableRule constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory DisableRule({
@Default('app.bsky.feed.postgate#disableRule') String $type,
Map<String, dynamic>? $unknown,
}) = _DisableRule;