toImmutableByteData method

ByteData toImmutableByteData()
inherited

Serializes this object to an immutable ByteData.

Implementation

ByteData toImmutableByteData() => toMutableByteData();