PutRequestBody constructor

PutRequestBody({
  1. String? rev,
})

Implementation

PutRequestBody({
  this.rev,
});