BoolArray extension Null safety

Bounds checking indexing methods on Arrays of Bool.

on
Annotations
  • @Since('2.15')

Operators

operator [](int index) bool
operator []=(int index, bool value) → void