toByteArray method

Int8List toByteArray()
inherited

Implementation

Int8List toByteArray() {
  return Int8List.fromList(buf.sublist(0, count));
}