创建指定长度(按元素计算)的 ByteData,其中所有字节的初始值均为零。
@pragma("vm:entry-point") external factory ByteData(int length);