BinaryData.fromList(List<int> list)

Source

BinaryData.fromList(List<int> list) {
  bytes = ByteDataUtil.fromList(list);
}