Dart
dart:io
RawSocket
address property
address
Dart
dart:io
RawSocket
address property
RawSocket class
Constructors
RawSocket
Properties
address
port
readEventsEnabled
remoteAddress
remotePort
writeEventsEnabled
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
available
close
getRawOption
read
setOption
setRawOption
shutdown
write
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
Static methods
connect
startConnect
description
address
property
InternetAddress
address
Returns the
InternetAddress
used to connect this socket.
Implementation
InternetAddress get address;