operator [] method - ArrayArray extension - dart:ffi library (
original
) (
raw
)
description
Array
<T> operator [](
int
index )
Implementation
external Array<T> operator [](int index);