Returns a the node at the given sub.
sub
Gun get(String sub) { final gun = _gun.get(sub); return Gun._(gun); }