"Enum" of event formats.

Constants

Json → String

json
json → String

"json"
Plain → String

plain
plain → String

"plain"
Xml → String

xml
xml → String

"xml"

Static Properties

supportedFormats → List<String>

As of now, only JSON format is supported. Most of the raw packet handling is done internally, so the transport serialization should be insignificant for the usage og the library.

read / write

Constructors

EventFormat()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

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