isFollowing property

bool get isFollowing

Implementation

bool get isFollowing {
  return following.contains(plugin.api.session.did!);
}