Converts a String to a List<int> of bytes with utf8 encoding.
List<int> get toUtf8 => utf8.encode(this);