isValid method

bool isValid(
  1. String value
)

Implementation

bool isValid(String value) => patternSpecification.keys.contains(value);