bool containsFollowing(String? atsign) { var index = this.followingList!.indexWhere((data) => data.title == atsign); return index != -1; }