DuplicateObjectRequest constructor

DuplicateObjectRequest({
  1. String? objectId,
  2. Map<String, String>? objectIds,
})

Implementation

DuplicateObjectRequest({
  this.objectId,
  this.objectIds,
});