WeakList<E extends Object> constructor

WeakList<E extends Object>({
  1. bool autoPurge = true,
  2. Duration purgeInterval = const Duration(seconds: 30),
})

Implementation

WeakList(
    {bool autoPurge = true, this.purgeInterval = const Duration(seconds: 30)})
    : allowAutoPurge = autoPurge;