matchesMarker method
Implementation
bool matchesMarker(ReadWriteMarker marker) {
return this == RelayDirection.inbox && marker.isRead ||
this == RelayDirection.outbox && marker.isWrite;
}
bool matchesMarker(ReadWriteMarker marker) {
return this == RelayDirection.inbox && marker.isRead ||
this == RelayDirection.outbox && marker.isWrite;
}