morseDecode static method

String morseDecode(
  1. String code
)

Implementation

static String morseDecode(String code) => _morseDecode(code);