toBeBytes method

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

Implementation

List<int> toBeBytes({int? length}) =>
    BigintUtils.toBytes(this, length: length, order: Endian.big);