indexable property

Object? indexable
final

The indexable object that invalidValue was not a valid index into.

Can be, for example, a List or String, which both have index based operations.

Implementation

final Object? indexable;