StructArray extension - dart:ffi library (original) (raw)
StructArray<T extends Struct> extension
Bounds checking indexing methods on Arrays of Struct.
on
- Array<T>
Annotations
- @Since('2.13')
Operators
operator [](int index)→ T
Available on Array<T>, provided by the StructArray extension
This extension method must be invoked on a receiver of type Pointer<T>
where T
is a compile-time constant type.