Headers class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- Headers([dynamic init])
-
factory
Properties
-
entries
→ Iterable<
List< String> > -
Available on Headers, provided by the HeadersProps extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
→ Iterable<
String> -
Available on Headers, provided by the HeadersProps extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Iterable<
String> -
Available on Headers, provided by the HeadersProps extension
no setter
Methods
-
append(
String name, String value) → void -
Available on Headers, provided by the HeadersProps extension
-
delete(
String name) → void -
Available on Headers, provided by the HeadersProps extension
-
get(
String name) → String? -
Available on Headers, provided by the HeadersProps extension
-
has(
String name) → bool -
Available on Headers, provided by the HeadersProps extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String name, String value) → void -
Available on Headers, provided by the HeadersProps extension
-
toMap(
) → Map< String, String> -
Available on Headers, provided by the HeadersProps extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited