Metadata constructor
Metadata({
- bool? canDelete,
- bool? canHaveBusinessCalls,
- bool? canHaveFoodMenus,
- bool? canModifyServiceList,
- bool? canOperateHealthData,
- bool? canOperateLocalPost,
- bool? canOperateLodgingData,
- String? duplicateLocation,
- bool? hasGoogleUpdated,
- bool? hasPendingEdits,
- bool? hasVoiceOfMerchant,
- String? mapsUri,
- String? newReviewUri,
- 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,
});