WeightedEdge<T> constructor
const
WeightedEdge<T> (
- T source,
- T target,
- num weight
Implementation
const WeightedEdge(this.source, this.target, this.weight);
const WeightedEdge(this.source, this.target, this.weight);