length property

int get length

The number of elements in this array.

Implementation

int get length => Jni.env.GetArrayLength(reference.pointer);