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