elementAt method

E elementAt(
  1. int index
)

Implementation

E elementAt(int index) {
  return value.elementAt(index);
}