fromCamelCase abstract method

String fromCamelCase(
  1. String propertyName
)

Converts a property name from camelCase to this convention.

Implementation

String fromCamelCase(String propertyName);