- override
Set the node at the given index
in the list to the given node
or throw
a RangeError
if index
is out of bounds.
Source
@override void operator []=(int index, E node);
Set the node at the given index
in the list to the given node
or throw
a RangeError
if index
is out of bounds.
@override void operator []=(int index, E node);