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