addByte method Null safety

void addByte(
  1. int byte
)

添加一个字节

Implementation

void addByte(int byte) {
  _data.addByte(byte);
}