ModelIndex constructor

const ModelIndex({
  1. required List<String> fields,
  2. String? name,
})

Implementation

const ModelIndex({
  required this.fields,
  this.name,
});