menu
ndef package
documentation
utilities.dart
BytesConvert
toReverse method
toReverse method
dark_mode
light_mode
toReverse
method
Uint8List
toReverse
(
)
Implementation
Uint8List toReverse() { return Uint8List.fromList(this.reversed.toList()); }
ndef package
documentation
utilities
BytesConvert
toReverse method
BytesConvert extension on
Uint8List