Int16Array.from constructor

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

Implementation

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