menu
dart_ipfs
dart_ipfs.dart
ImmutableBytes
toBytes method
toBytes
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Returns a copy of the underlying bytes.
Implementation
Uint8List toBytes() => Uint8List.fromList(_bytes);
dart_ipfs
dart_ipfs
ImmutableBytes
toBytes method
ImmutableBytes class