Header class

Encapsulates a MIME header

Constructors

Creates a new header

Properties

encoding HeaderEncoding
The used header encoding
final
hashCode int
The hash code for this object.
no setterinherited
lowerCaseName String
The name in lower case
final
name String
The name of the header
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The optional value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(StringBuffer buffer) → void
Renders this header into a the buffer wrapping it if necessary.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited