PlaceOptions constructor

PlaceOptions({
  1. required PlaceRepository repository,
})

Implementation

PlaceOptions({
  required this.repository,
});