Int8Array.from constructor

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

Implementation

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