Dart
dart:core
IndexError
end property
end
IndexError class
Constructors
IndexError
Properties
end
indexable
length
start
hashCode
invalidValue
message
name
runtimeType
stackTrace
Methods
noSuchMethod
toString
Operators
operator ==
end property
int
end
The maximum value that
value
is allowed to assume.
Implementation
int get end => length - 1;