toImmutableBytes method

List<int> toImmutableBytes()

Serializes this object to an immutable list of bytes.

Implementation

List<int> toImmutableBytes() => toMutableBytes();