IndexedSlot<T extends Element?> constructor
- 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);