canFetchReactions method

bool canFetchReactions()

Implementation

bool canFetchReactions() {
  return hasMoreReactions.containsKey(selectedReaction) &&
      hasMoreReactions[selectedReaction] == true;
}