Context next(String key) { return Context( key: key, parent: this, isBase: false, current: current[key], ); }