LxFamilyWhenInactive constructor
const
LxFamilyWhenInactive({
- Duration gracePeriod = Duration.zero,
Creates an inactivity eviction policy.
Implementation
const LxFamilyWhenInactive({
this.gracePeriod = Duration.zero,
}) : super._();