matches abstract method

bool matches(
  1. String propertyName
)

Checks if a property name matches this convention's pattern.

Implementation

bool matches(String propertyName);