matches method

bool matches(
  1. String field
)

Implementation

bool matches(String field) => aliases.contains(field);