TemplateStringsArray class
- Implemented types
-
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
TemplateStringsArray({List<String>? raw, num? length, String toString$()?, String toLocaleString()?, String join([String?])?, List<String> slice([num?, num?])?, 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])?, 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)?})
-
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