toUtf8 method

List<int> toUtf8()

Implementation

List<int> toUtf8() {
  return utf8.encode(json.encode(toJson()));
}