asBytes property

List<int> get asBytes

Implementation

List<int> get asBytes {
  BytesUtils.validateBytes(this);
  return this;
}