item method

Element item(
  1. int index
)

Implementation

Element item(int index) {
  return options[index];
}