Flutter
dart:io
SocketDirection
send constant
send
SocketDirection class
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
BOTH
both
RECEIVE
receive
SEND
send
send constant
SocketDirection
const
send
=
const SocketDirection._(1)
Implementation
static const SocketDirection send = const SocketDirection._(1)