NoSuchIndexError constructor

NoSuchIndexError(
  1. int index,
  2. int length
)

Create an instance.

Implementation

NoSuchIndexError(this.index, this.length);