Int32Array.from constructor

Int32Array.from(
  1. List<int> listData
)

Implementation

Int32Array.from(List<int> listData) : super.from(listData);