$packUint8 method Null safety
- int value
Implementation
void $packUint8(int value) {
_data!.buffer.asByteData().setUint8(_offset, value);
_offset++;
}
void $packUint8(int value) {
_data!.buffer.asByteData().setUint8(_offset, value);
_offset++;
}