Headers class

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

append(String name, String value) → void
clone({Map<String, String>? headers}) Headers
Create a new Headers instance that has the same header values, and on top of that, it appends the specified values from the headers Map.
delete(String name) → void
getAll(String name) List<String>
has(String name) bool?
keys() Iterable<String?>
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
operator [](String? name) String?
operator []=(String? name, String? value) → void