Headers class
Properties
Methods
-
append(
String name, String value) → void -
delete(
String name) → void -
get(
String name) → String? -
has(
String name) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsBindingsHeaders(
) → Headers -
toMap(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String name) → String? -
operator []=(
String name, String value) → void