Table constructor

const Table({
  1. String? name,
  2. Map<String, List<String>>? index,
})

Implementation

const Table({this.name, this.index});