static bool? parseBool(String xPath) => Bundles.strings .xpath(xPath) .first .innerText .toLowerCase() .replaceAll(RegExp(r"\s+"), "") == "true";