menu
better_dart_ip package
documentation
foundation.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();
better_dart_ip package
documentation
foundation
SelfEncoder
toImmutableByteData method
SelfEncoder class