operator == method Null safety
- Object other
override
Tests whether other
is a SendPort pointing to the same
ReceivePort as this one.
Implementation
bool operator ==(var other);
Tests whether other
is a SendPort pointing to the same
ReceivePort as this one.
bool operator ==(var other);