Конструктор ByteData
- int length
Создаёт объект ByteData заданной длины (в элементах), все байты которого изначально равны нулю.
Реализация
@pragma("vm:entry-point")
external factory ByteData(int length);
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-typed_data/ByteData/ByteData.html