isAtIndex method

bool isAtIndex(
  1. int i
)

Implementation

bool isAtIndex(int i) => index == i;