public function is_empty()
 {
     return parent::is_empty() && $this->key === null;
 }