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