morseEncode static method

String morseEncode(
  1. String text
)

Implementation

static String morseEncode(String text) => _morseEncode(text);