Dart SDK
dart:isolate
SendPort
operator ==
method
operator ==
SendPort
Properties
hashCode
Constructors
SendPort
Operators
operator ==
Methods
send
bool
operator ==
(
other
)
Tests whether other is a
SendPort
pointing to the same
ReceivePort
as this one.