item method

Element item(
  1. int index
)

Implementation

Element item(int index) {
  return _items.skip(index).first;
}