IndexException constructor

IndexException([
  1. String message = "Index Error (index out of range)",
  2. Exception? inner
])

Implementation

IndexException(
    [super.message = "Index Error (index out of range)", super.inner]);