RegExpIndicesArray class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RegExpIndicesArray({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, num)>), [dynamic])?, num findIndex(Object? ((num, num), num, List<(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<(num, num)>), [This?])?, List flat<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

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