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