Inheritance

Constants

ERROR → String

error
error → String

Response.error
OK → String

ok
ok → String

Response.ok
UNKNOWN → String

unknown
unknown → String

Response.unknown

Constructors

Reply.fromPacket(Packet packet)

Properties

content → String

read / write, inherited
contentAsMap → Map<String, dynamic>

read-only, inherited
contentLength → int

read-only, inherited
contentMap → Map<String, dynamic>

read / write, inherited
contentType → String

read-only, inherited
eventType → bool

read-only, inherited
hashCode → int

Get a hash code for this object.

read-only, inherited
headers → Map<String, String>

read / write, inherited
isEvent → bool

read-only, inherited
isNotice → bool

read-only, inherited
isReply → bool

read-only, inherited
isRequest → bool

read-only, inherited
isResponse → bool

read-only, inherited
replyRaw → String

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
status → String

read-only

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

addHeader(String key, String value) → void

inherited
field(String key) → String

inherited
hasHeader(String key) → bool

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited