@override String? findIn(String directoryPath) { final result = super.fileWithin(PubspecLock.fileName, directoryPath); return result; }