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