ListRule constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ListRule({
@Default('app.bsky.feed.threadgate#listRule') String $type,
@AtUriConverter() required AtUri list,
Map<String, dynamic>? $unknown,
}) = _ListRule;