We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FeedData.fid
FeedData.feed
1 parent f2b5916 commit 42dc1fdCopy full SHA for 42dc1fd
packages/stream_feeds/lib/src/models/follow_data.dart
@@ -92,7 +92,7 @@ class FollowData with _$FollowData {
92
/// - Parameters:
93
/// - fid: The feed ID to check against.
94
/// - Returns: true if this is an accepted follow relationship where the target feed matches the given ID.
95
- bool isFollowerOf(FeedId feed) => isFollower && targetFeed.fid == feed;
+ bool isFollowerOf(FeedId fid) => isFollower && targetFeed.fid == fid;
96
97
/// Checks if this follow relationship represents following the specified feed.
98
///
0 commit comments