IndexRange class - search library - Dart API
IndexRange
IndexRange class abstract
Holds information to which part of the text, input query was matched.
The first character is denoted by a value of 0.
Constructors
Properties
- end → int
-
Position indicating the end of the highlighted part, exclusive.
Gets the position indicating the end of the highlighted part, exclusive.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → int
-
Position of the first character that matches a query.
Gets the position of the first character that matches a query.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited