GetGoogleUpdatedLodgingResponse constructor

GetGoogleUpdatedLodgingResponse({
  1. String? diffMask,
  2. Lodging? lodging,
})

Implementation

GetGoogleUpdatedLodgingResponse({
  this.diffMask,
  this.lodging,
});