isAt method

bool isAt(
  1. int position
)

Whether this item is at the specified position.

Implementation

bool isAt(int position) => index == position;