toByteData property
ByteData
get
toByteData
use .utf8ToHex first
Implementation
ByteData get toByteData => toUint8List.buffer.asByteData();
use .utf8ToHex first
ByteData get toByteData => toUint8List.buffer.asByteData();