IndexOfArray class
$indexOfArray
operator
Searches an array
for an occurence of a specified value
and returns the
array index (zero-based) of the first occurence. If the value is not found,
returns -1
.
- Inheritance
-
- Object
- AggregationExpr
- Operator
- IndexOfArray
Constructors
- IndexOfArray(dynamic array, dynamic value, dynamic start, dynamic end)
-
Creates
$indexOfArray
operator expression
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Map< String, dynamic> -
inherited
-
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