Dart SDK
dart:io
SocketDirection
constant SEND
SEND
class SocketDirection
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
BOTH
RECEIVE
SEND
SocketDirection
SEND
=
const SocketDirection._(1)
Source
static const SocketDirection SEND = const SocketDirection._(1)
property SEND