matches abstract method

bool matches(
  1. String propertyName
)

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

@param propertyName The property name to check. @returns True if the property name matches this convention's pattern, false otherwise.

Implementation

bool matches(String propertyName);