MorseUtil constructor

MorseUtil()

Implementation

MorseUtil() {
  _data.forEach((key, value) {
    _registerMorse(key, value);
  });
}