bytes method

List<int> bytes()

Get the raw bytes forming the unencoded slugid.

Implementation

List<int> bytes() {
  return Uint8List.fromList(_bytes);
}