toBytes method Null safety

Uint8List toBytes()

获取缓冲

Implementation

Uint8List toBytes() {
  return _data.toBytes();
}