Dart
dart:io
RawDatagramSocket
port property
port
Dart
dart:io
RawDatagramSocket
port property
RawDatagramSocket class
Constructors
RawDatagramSocket
Properties
address
broadcastEnabled
first
hashCode
isBroadcast
isEmpty
last
length
multicastHops
multicastInterface
multicastLoopback
port
readEventsEnabled
runtimeType
single
writeEventsEnabled
Methods
any
asBroadcastStream
asyncExpand
asyncMap
cast
close
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
getRawOption
handleError
join
joinMulticast
lastWhere
leaveMulticast
listen
map
noSuchMethod
pipe
receive
reduce
send
setRawOption
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
Static methods
bind
description
port
property
Null safety
int
port
The port used by this socket.
Implementation
int get port;