Dart
dart:io
SocketDirection
both constant
both
Dart
dart:io
SocketDirection
both constant
SocketDirection class
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
BOTH
both
RECEIVE
receive
SEND
send
description
both
constant
Null safety
SocketDirection
const
both
Implementation
static const SocketDirection both = const SocketDirection._(2);