RegExpIndicesArray class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
RegExpIndicesArray.new({Object? groups, num? length, String toString$()?, String toLocaleString()?, (num, num)? pop()?, num push([Iterable?])?, String join([String?])?, List<
(num, num)> reverse()?, (num, num)? shift()?, List<(num, num)> slice([num?, num?])?, Array sort([num ((num, num), (num, num))?])?, num unshift([Iterable?])?, num indexOf((num, num), [num?])?, num lastIndexOf((num, num), [num?])?, bool some(Object? ((num, num), num, List<(num, num)> ), [dynamic])?, void forEach(void ((num, num), num, List<(num, num)> ), [dynamic])?, List<U> map<U>(U ((num, num), num, List< num findIndex(Object? ((num, num), num, List<(num, num)> ), [dynamic])?,(num, num)> ), [dynamic])?, Array fill((num, num), [num?, num?])?, Array copyWithin(num, num, [num?])?, IterableIterator<(num, (num, num))> entries()?, IterableIterator<num> keys()?, IterableIterator<(num, num)> values()?, bool includes((num, num), [num?])?, List<U> flatMap<U, This>(Object ((num, num), num, List< List flat<(num, num)> ), [This?])?,A, D extends num>([D?])?, (num, num)? at(num)?, num findLastIndex(Object? ((num, num), num, List<(num, num)> ), [dynamic])?, List<(num, num)> toReversed()?, List<(num, num)> toSorted([num ((num, num), (num, num))?])?, List<(num, num)> with$(num, (num, num))?, dynamic isArray([dynamic])?, List<(num, num)> of<T>([Iterable?])? }) -
factory
Properties
- groups ↔ Object?
-
Available on RegExpIndicesArray, provided by the RegExpIndicesArray$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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