toBytesBE method

List<int> toBytesBE()

Deprecated aliases kept for call-site compatibility.

Implementation

List<int> toBytesBE() => toBytes(Endian.big);