Locations constructor

Locations({
  1. List<Location>? locations,
})

Implementation

Locations({
  this.locations,
});