OutputLocationRef constructor

OutputLocationRef({
  1. String? destinationRefId,
})

Implementation

OutputLocationRef({
  this.destinationRefId,
});