parentMatch method

bool parentMatch(
  1. dynamic exp
)

Implementation

bool parentMatch(exp) {
  return parent?.match(exp) ?? false;
}