menu
dart_raw package
documentation
raw.dart
SelfEncoder
toImmutableBytes method
toImmutableBytes method
dark_mode
light_mode
toImmutableBytes
method
List
<
int
>
toImmutableBytes
(
)
Returns an immutable encoding of this value.
Implementation
List<int> toImmutableBytes() => toMutableBytes();
dart_raw package
documentation
raw
SelfEncoder
toImmutableBytes method
SelfEncoder class