getIndex method

TestInfo<St> getIndex(
  1. int index
)

Returns info corresponding to the end of the index-th dispatched action type.

Implementation

TestInfo<St> getIndex(int index) => _info[index];