PlacePreferences constructor

PlacePreferences({
  1. bool? public,
  2. String? visibility,
})

Returns a new PlacePreferences instance.

Implementation

PlacePreferences({
  this.public,
  this.visibility,
});