UnionArray<T extends Union> extension Null safety

Bounds checking indexing methods on Arrays of Union.

on
Annotations
  • @Since('2.14')

Operators

operator [](int index) → T
This extension method must be invoked on a receiver of type Pointer<T> where T is a compile-time constant type.