LinkedResource constructor

LinkedResource({
  1. String? linkedDataset,
})

Implementation

LinkedResource({
  this.linkedDataset,
});