NetworkLink constructor
NetworkLink({})
Implementation
NetworkLink({
required this.source,
required this.target,
this.weight = 1,
this.label,
this.color,
this.width = 1,
this.directed = false,
this.metadata,
});