targetReadable method
Whether the peer may read every node this op names. Ops targeting an
unreadable node are omitted from a permission-filtered delta.
Implementation
@override
bool targetReadable(PeerPermissions permissions, PeerId peer) =>
permissions.canRead(peer, node);