insert method Null safety
- int index,
- E element
override
Throws an UnsupportedError; operations that change the length of the list are disallowed.
Implementation
@override
void insert(int index, E element) => _throw();
Throws an UnsupportedError; operations that change the length of the list are disallowed.
@override
void insert(int index, E element) => _throw();