RegExpMatchArray class

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

Constructors

RegExpMatchArray({num? index, String? input, String? first, Object? groups, RegExpIndicesArray? indices, num? length, String toString$()?, String toLocaleString()?, String? pop()?, num push([Iterable?])?, String join([String?])?, List<String> reverse()?, String? shift()?, List<String> slice([num?, num?])?, Array sort([num (String, String)?])?, num unshift([Iterable?])?, num indexOf(String, [num?])?, num lastIndexOf(String, [num?])?, bool some(Object? (String, num, List<String>), [dynamic])?, void forEach(void (String, num, List<String>), [dynamic])?, List<U> map<U>(U (String, num, List<String>), [dynamic])?, num findIndex(Object? (String, num, List<String>), [dynamic])?, Array fill(String, [num?, num?])?, Array copyWithin(num, num, [num?])?, IterableIterator<(num, String)> entries()?, IterableIterator<num> keys()?, IterableIterator<String> values()?, bool includes(String, [num?])?, List<U> flatMap<U, This>(Object (String, num, List<String>), [This?])?, List flat<A, D extends num>([D?])?, String? at(num)?, num findLastIndex(Object? (String, num, List<String>), [dynamic])?, List<String> toReversed()?, List<String> toSorted([num (String, String)?])?, List<String> with$(num, String)?, dynamic isArray([dynamic])?, List<String> 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