FollowingRule constructor

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

Implementation

@JsonSerializable(includeIfNull: false)
const factory FollowingRule({
  @Default('app.bsky.feed.threadgate#followingRule') String $type,

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