menu
dart_raw package
documentation
raw.dart
SelfEncoder
toImmutableByteData method
toImmutableByteData method
dark_mode
light_mode
toImmutableByteData
method
ByteData
toImmutableByteData
(
)
Returns an immutable encoding of this value.
Implementation
ByteData toImmutableByteData() => toMutableByteData();
dart_raw package
documentation
raw
SelfEncoder
toImmutableByteData method
SelfEncoder class