indexable property
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;
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.
final Object? indexable;