getUnchecked method
Returns the element at the given index without doing bounds checking.
Implementation
getUnchecked(int index) => this[index];
Returns the element at the given index without doing bounds checking.
getUnchecked(int index) => this[index];