matchWithTwoZeroesWrapped method

bool matchWithTwoZeroesWrapped(
  1. String secondString
)

Implementation

bool matchWithTwoZeroesWrapped(String secondString) {
  return wrapTwoZeroes() == secondString.wrapTwoZeroes();
}