toImmutableByteData method

ByteData toImmutableByteData()

Serializes this object to an immutable ByteData.

Implementation

ByteData toImmutableByteData() => toMutableByteData();