Dart SDK
dart:io
SecureServerSocket
address
address
Dart SDK
dart:io
SecureServerSocket
address
property
address
Dart SDK
dart:io
SecureServerSocket
Static methods
bind
Properties
address
port
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
close
listen
any
asBroadcastStream
asyncExpand
asyncMap
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
InternetAddress
address
Returns the address used by this socket.
Source
InternetAddress get address => _socket.address;