TextToCamel function

String TextToCamel(
  1. String text
)

Implementation

String TextToCamel(
  String text,
) => _module.TextToCamel(text);