IndexedSlot<T extends Element?> constructor
Null safety
- int index,
- T value
Creates an IndexedSlot with the provided index and slot value.
Implementation
const IndexedSlot(this.index, this.value);
Creates an IndexedSlot with the provided index and slot value.
const IndexedSlot(this.index, this.value);