Location constructor

Location({
  1. int? index,
})

Implementation

Location({
  this.index,
});