asBytes method
Implementation
Uint8List asBytes() {
final buffer = ByteDataWriter();
applyToBuffer(buffer);
return buffer.toBytes();
}
Uint8List asBytes() {
final buffer = ByteDataWriter();
applyToBuffer(buffer);
return buffer.toBytes();
}