tribeDidDownvote method

bool tribeDidDownvote(
  1. String? username
)

Implementation

bool tribeDidDownvote(String? username) =>
    tribeDownvotes.containsKey(username);