Flutter
dart:io
RawSynchronousSocket
port property
port
RawSynchronousSocket class
Constructors
RawSynchronousSocket
Properties
address
port
remoteAddress
remotePort
hashCode
runtimeType
Methods
available
closeSync
readIntoSync
readSync
shutdown
writeFromSync
noSuchMethod
toString
Operators
operator ==
Static methods
connectSync
port property
int
port
The port used by this socket.
Implementation
int get port;