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