IndexName constructor

IndexName({
  1. required String table,
  2. required String index,
})

Implementation

IndexName({required this.table, required this.index});