isMatched method

bool isMatched(
  1. Object other
)

Implementation

bool isMatched(Object other) => Validator.isMatched(this, other);