camel method

String camel()

Transforms a birthName into camelCase.

Implementation

String camel() => decapitalize(pascal());