KeyedObject<T extends Object?> constructor

const KeyedObject<T extends Object?>(
  1. Object key,
  2. T value, {
  3. VoidCallback? load,
})

Implementation

const KeyedObject(this.key, this.value, {this.load});