get method

E get(
  1. int index
)

指定位置的元素,不可越界。等同于elementAt

Implementation

E get(int index) => elementAt(index);