toBeBytes method

List<int> toBeBytes({
  1. int? length,
})

Implementation

List<int> toBeBytes({int? length}) {
  return IntUtils.toBytes(this, length: length, byteOrder: Endian.big);
}