RelatedAsset constructor

RelatedAsset({
  1. List<String>? ancestors,
  2. String? asset,
  3. String? assetType,
  4. String? relationshipType,
})

Implementation

RelatedAsset({
  this.ancestors,
  this.asset,
  this.assetType,
  this.relationshipType,
});