Index constructor

Index({
  1. required List<Indexable> elements,
})

Implementation

Index({required this.elements});