public QuantityParser(UnitAbbreviationsCache unitAbbreviationsCache) { _unitAbbreviationsCache = unitAbbreviationsCache ?? UnitAbbreviationsCache.Default; _unitParser = new UnitParser(_unitAbbreviationsCache); }
static UnitParser() { Default = new UnitParser(UnitAbbreviationsCache.Default); }