Implemented by

Static Properties

count → int

read / write
log → Logger

read-only

Constructors

Packet()

Properties

content → String

read / write
contentAsMap → Map<String, dynamic>

read-only
contentLength → int

read-only
contentMap → Map<String, dynamic>

read / write
contentType → String

read-only
eventType → bool

read-only
hashCode → int

Get a hash code for this object.

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

read / write
isEvent → bool

read-only
isNotice → bool

read-only
isReply → bool

read-only
isRequest → bool

read-only
isResponse → bool

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

addHeader(String key, String value) → void

field(String key) → String

hasHeader(String key) → bool

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