KeyedObject<T extends Object?> constructor
const
KeyedObject<T extends Object?> (
- Object key,
- T value, {
- VoidCallback? load,
Implementation
const KeyedObject(this.key, this.value, {this.load});