GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification constructor

GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification({
  1. bool? delivery,
  2. bool? dineIn,
  3. bool? takeout,
})

Implementation

GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification({
  this.delivery,
  this.dineIn,
  this.takeout,
});