item method

String item(
  1. int index
)

Implementation

String item(int index) {
  return _getList()[index];
}