video_player
dart:io
RawSynchronousSocket
property remotePort
remotePort
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
remotePort
The remote port connected to by this socket.
Source
int get remotePort;
property remotePort