knownFollowers property
This property is present only in selected cases, as an optimization.
Implementation
String get $type; bool? get muted;@ListViewBasicConverter() ListViewBasic? get mutedByList; bool? get blockedBy;@AtUriConverter() AtUri? get blocking;@ListViewBasicConverter() ListViewBasic? get blockingByList;@AtUriConverter() AtUri? get following;@AtUriConverter() AtUri? get followedBy;/// This property is present only in selected cases, as an optimization.
@KnownFollowersConverter() KnownFollowers? get knownFollowers;