get method

bool get(
  1. int index
)

Returns the state at specified index.

Implementation

bool get(int index) => this[index];