menu
dart_web3gas package
documentation
web3dart/src/utils/length_tracking_byte_sink.dart
LengthTrackingByteSink
asBytes method
asBytes method
dark_mode
light_mode
asBytes
method
Uint8List
asBytes
(
)
Implementation
Uint8List asBytes() { return _buffer.buffer.asUint8List(0, _length); }
dart_web3gas package
documentation
web3dart/src/utils/length_tracking_byte_sink
LengthTrackingByteSink
asBytes method
LengthTrackingByteSink class