fromCamelCase abstract method

String fromCamelCase(
  1. String propertyName
)

Converts a property name from camelCase to this convention.

@param propertyName The property name in camelCase format. @returns The property name converted to this convention's format.

Implementation

String fromCamelCase(String propertyName);