getIndex method

T? getIndex(
  1. int index
)

Implementation

T? getIndex(int index) => read(inner.keys.elementAt(index));