contains method

bool contains(
  1. SetHash other
)

Implementation

bool contains(SetHash other) => _set.containsAll(other._set);