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