TextToSnake function

String TextToSnake(
  1. String text
)

Implementation

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