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