InsightImpactGraphService constructor

InsightImpactGraphService({
  1. String? accountId,
  2. List<InsightImpactGraphEdge>? edges,
  3. String? name,
  4. List<String>? names,
  5. int? referenceId,
  6. String? type,
})

Implementation

InsightImpactGraphService({
  this.accountId,
  this.edges,
  this.name,
  this.names,
  this.referenceId,
  this.type,
});