SqlInsertRef constructor

const SqlInsertRef({
  1. required int index_,
})

Implementation

const SqlInsertRef({
  required this.index_,
});