Flutter
dart:io
Socket
remotePort property
remotePort
Socket class
Constructors
Socket
Properties
address
done
port
remoteAddress
remotePort
encoding
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
close
destroy
setOption
add
addError
addStream
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
flush
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
write
writeAll
writeCharCode
writeln
Operators
operator ==
Static methods
connect
startConnect
remotePort property
int
remotePort
Returns the remote port connected to by this socket.
Implementation
int get remotePort;