Index constructor

const Index(
  1. {required String name,
  2. required List<String> columns}
)

Implementation

const Index({required this.name, required this.columns});