@override operator [](key) => switch (key) { 'target' => target.hash, 'extend' => extend?.hash, _ => super[key], };