NativeDataStruct.withSize constructor Null safety

NativeDataStruct.withSize(
  1. int byteCount
)

Implementation

NativeDataStruct.withSize(int byteCount) {
  resize(byteCount);
}