isFollow method

bool isFollow()

Implementation

bool isFollow() {
  return state.followingList.value.any((userID) => userID == state.ownerId.value);
}