Returns the information present on the sub node.
sub
User get(String sub) { final user = _user.get(sub); return User._(user); }