NameAddrHeader class
Constructors
- NameAddrHeader(URI? uri, String? display_name, [Map? parameters])
Properties
- display_name ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → URI?
-
no setter
Methods
-
clearParams(
) → void -
clone(
) → NameAddrHeader -
deleteParam(
String parameter) → dynamic -
getParam(
String key) → dynamic -
hasParam(
String key) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setParam(
String? key, dynamic value) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited