CacheKey constructor
CacheKey({})
Implementation
CacheKey({
required this.baseValue,
required this.isLandscape,
required this.ignoreMultiWindows,
required this.calcType,
required this.qualifier,
required this.inverter,
required this.applyAspectRatio,
required this.valueType,
this.customSensitivityK,
});