toImmutableBytes method

List<int> toImmutableBytes()
inherited

Serializes this object to an immutable list of bytes.

Implementation

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