didDownvote method

bool didDownvote(
  1. String? username
)

Implementation

bool didDownvote(String? username) => downvotes.containsKey(username);