matches method

bool matches(
  1. Iterable<IVariant> otherVariants
)

Implementation

bool matches(Iterable<IVariant> otherVariants) =>
    variant.matches(otherVariants);