Stores a Dart value in this array at index.
index
This extension method must be invoked on a receiver of type Array<T> where T is a compile-time constant type.
Array<T>
T
external void operator []=(int index, double value);