Converts a property name from camelCase to this convention.
@override String fromCamelCase(String propertyName) => propertyName;