ItemRemoveResponse constructor

ItemRemoveResponse({
  1. String? requestId,
})

Implementation

ItemRemoveResponse({
  this.requestId,
});