containsRelay method

bool containsRelay(
  1. String relay
)

Implementation

bool containsRelay(String relay) {

  return contains(relay);
}