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

Static Methods

parse(String name_addr_header) → dynamic
Parse the given string and returns a NameAddrHeader instance or null if it is an invalid NameAddrHeader.