toByteArray method

List<int> toByteArray()

Implementation

List<int> toByteArray() {
  return _bytes;
}