PlatformNativeArray<T extends num> constructor

PlatformNativeArray<T extends num>(
  1. int size
)

Implementation

PlatformNativeArray(int size) : super(size) {}