Copy constructor

Copy({
  1. TargetReference? originalObject,
})

Implementation

Copy({
  this.originalObject,
});