LxFamily<K, R extends LxReactive> constructor

LxFamily<K, R extends LxReactive>(
  1. R _builder(
    1. K key
    ), {
  2. LxFamilyEviction eviction = const LxFamilyEviction.keepAlive(),
  3. String? name,
  4. String debugKey(
    1. K key
    )?,
})

Creates a keyed reactive family.

Implementation

LxFamily(
  this._builder, {
  this.eviction = const LxFamilyEviction.keepAlive(),
  this.name,
  this.debugKey,
});