LxFamilyWhenInactive constructor

const LxFamilyWhenInactive({
  1. Duration gracePeriod = Duration.zero,
})

Creates an inactivity eviction policy.

Implementation

const LxFamilyWhenInactive({
  this.gracePeriod = Duration.zero,
}) : super._();