tribeDidUpvote method

bool tribeDidUpvote(
  1. String? username
)

Implementation

bool tribeDidUpvote(String? username) => tribeUpvotes.containsKey(username);