equalIndex method

bool equalIndex(
  1. int index
)

Implementation

bool equalIndex(int index) => this.index == index;