match method

  1. @override
bool match(
  1. String input,
  2. Map<String, String> variables
)
override

Implementation

@override
bool match(String input, Map<String, String> variables) {
  variables[variableName] = input;
  return true;
}