didUpvote method

bool didUpvote(
  1. String? username
)

Implementation

bool didUpvote(String? username) => upvotes.containsKey(username);