PlaceCollection constructor

PlaceCollection({
  1. List<Place>? items = const [],
})

Returns a new PlaceCollection instance.

Implementation

PlaceCollection({
  this.items = const [],
});