operator []= method - ArrayArray extension - dart:ffi library (original) (raw)
void operator []=(
Implementation
external void operator []=(int index, Array<T> value);
void operator []=(
external void operator []=(int index, Array<T> value);