Dart
dart:isolate
ReceivePort
sendPort property
sendPort
Dart
dart:isolate
ReceivePort
sendPort property
ReceivePort class
Constructors
ReceivePort
fromRawReceivePort
Properties
sendPort
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
close
listen
any
asBroadcastStream
asyncExpand
asyncMap
cast
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
Operators
operator ==
description
sendPort
property
SendPort
sendPort
Returns a
SendPort
that sends to this receive port.
Implementation
SendPort get sendPort;