TemplateStringsArray class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
TemplateStringsArray.new({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< num findIndex(Object? (String, num, List<String> ), [dynamic])?,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< List flat<String> ), [This?])?,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
-
raw
→ List<
String> -
Available on TemplateStringsArray, provided by the TemplateStringsArray$Typings extension
no setter - 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