bytes property

List<int> bytes

A getter to get the bytes stored in the object.

Implementation

List<int> get bytes {
  return _bytes;
}