bytes property

List<int> get bytes

Implementation

List<int> get bytes {
  return utf8.encode(toTokenString);
}