FollowerRule constructor

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

Implementation

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

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