msg2bytes function

Uint16List msg2bytes (String msg)

Implementation

Uint16List msg2bytes(String msg) {
  return Uint16List.fromList(msg.codeUnits);
}