ReadonlyArray<T> class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
ReadonlyArray({num? length, String toString$()?, String toLocaleString()?, String join([String?])?, List slice([num?, num?])?, num indexOf(dynamic, [num?])?, num lastIndexOf(dynamic, [num?])?, bool some(Object? (dynamic, num, List), [dynamic])?, void forEach(void (dynamic, num, List), [dynamic])?, List<U> map<U>(U (dynamic, num, List), [dynamic])?, num findIndex(Object? (dynamic, num, List), [dynamic])?, IterableIterator<(num, dynamic)> entries()?, IterableIterator<num> keys()?, IterableIterator values()?, bool includes(dynamic, [num?])?, List<U> flatMap<U, This>(Object (dynamic, num, List), [This?])?, List flat<A, D extends num>([D?])?, dynamic at(num)?, num findLastIndex(Object? (dynamic, num, List), [dynamic])?, List toReversed()?, List toSorted([num (dynamic, dynamic)?])?, List with$(num, dynamic)?})
-
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