endsWith method

void endsWith(
  1. String test
)

Implementation

void endsWith(String test) {
  rules.add(RuleHolder(EndsWithRule(), test));
}