weight property
Route cost/weight value at this node.
Example:
double weight = node.weight;
print("Node weight: $weight");
Implementation
double weight;
Route cost/weight value at this node.
Example:
double weight = node.weight;
print("Node weight: $weight");
double weight;