text static method

List<int> text(
  1. String text
)

Implementation

static List<int> text(String text) {
  return utf8.encode(text);
}