IdWithMandatoryRev constructor

IdWithMandatoryRev(
  1. String id,
  2. String rev
)

Implementation

IdWithMandatoryRev(
	this.id,
	this.rev
	);