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