Metadata constructor

Metadata({
  1. bool? canDelete,
  2. bool? canHaveBusinessCalls,
  3. bool? canHaveFoodMenus,
  4. bool? canModifyServiceList,
  5. bool? canOperateHealthData,
  6. bool? canOperateLocalPost,
  7. bool? canOperateLodgingData,
  8. String? duplicateLocation,
  9. bool? hasGoogleUpdated,
  10. bool? hasPendingEdits,
  11. bool? hasVoiceOfMerchant,
  12. String? mapsUri,
  13. String? newReviewUri,
  14. String? placeId,
})

Implementation

Metadata({
  this.canDelete,
  this.canHaveBusinessCalls,
  this.canHaveFoodMenus,
  this.canModifyServiceList,
  this.canOperateHealthData,
  this.canOperateLocalPost,
  this.canOperateLodgingData,
  this.duplicateLocation,
  this.hasGoogleUpdated,
  this.hasPendingEdits,
  this.hasVoiceOfMerchant,
  this.mapsUri,
  this.newReviewUri,
  this.placeId,
});