camelCase function

String camelCase(
  1. String s
)

Implementation

String camelCase(String s) => s.camelCase();