HttpHeadersItems class
Properties
-
binaryValue
↔ List<int>?
-
Value of the HTTP header if it cannot be represented by UTF-8, stored as
individual byte values (0..255).
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
↔ String
-
Name of the HTTP header.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ HttpHeadersItems
-
no setter
-
value
↔ String?
-
Value of the HTTP header if it can be represented by UTF-8.
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited