GoogleMapsPlacesV1ContextualContentJustification constructor

GoogleMapsPlacesV1ContextualContentJustification({
  1. GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification? businessAvailabilityAttributesJustification,
  2. GoogleMapsPlacesV1ContextualContentJustificationReviewJustification? reviewJustification,
})

Implementation

GoogleMapsPlacesV1ContextualContentJustification({
  this.businessAvailabilityAttributesJustification,
  this.reviewJustification,
});