Dart API Reference
dart:io
RawSocketEvent
RawSocketEvent
class
Events for the
RawSocket
.
Events for the
RawSocket
.
Constants
READ
=
const
RawSocketEvent
._(0)
WRITE
=
const
RawSocketEvent
._(1)
READ_CLOSED
=
const
RawSocketEvent
._(2)
CLOSED
=
const
RawSocketEvent
._(3)
Instance Methods
toString
( ) →
String
Returns a string representation of this object.