Dart API Referencedart:coreIndexOutOfRangeException

IndexOutOfRangeException Class

Exception thrown because of an index outside of the valid range.

Implements

Exception

Constructors

Code const IndexOutOfRangeException(_value) #

const IndexOutOfRangeException(this._value);

Methods

Code String toString() #

String toString() => "IndexOutOfRangeException: $_value";