MemoryPressureConfig constructor
const
MemoryPressureConfig({})
Implementation
const MemoryPressureConfig({
this.moderateEvictionFraction = 0.20,
this.criticalEvictionFraction = 0.50,
this.ignoreBackgroundPressure = true,
});