PlatformNativeArray<T extends num>.from constructor
PlatformNativeArray<T extends num>.from (
- List<
T> listData
Implementation
PlatformNativeArray.from(List<T> listData) : super(listData.length);