Places constructor

Places({
  1. List<PlaceInfo>? placeInfos,
})

Implementation

Places({
  this.placeInfos,
});