PlacePaginationAllOf constructor

PlacePaginationAllOf({
  1. PlaceCollection? embedded,
})

Returns a new PlacePaginationAllOf instance.

Implementation

PlacePaginationAllOf({
  this.embedded,
});