any method

  1. @override
bool any(
  1. Set<int> hashes
)
override

Implementation

@override
bool any(Set<int> hashes) {
  return true;
}