UpdateItemRequest constructor

UpdateItemRequest({
  1. Item? item,
  2. Location? location,
  3. String? updateMask,
})

Implementation

UpdateItemRequest({
  this.item,
  this.location,
  this.updateMask,
});