IndexOutOfBoundsException constructor

const IndexOutOfBoundsException([
  1. String? message
])

Implementation

const IndexOutOfBoundsException([this.message]);