NavEdge constructor

NavEdge([
  1. int from = -1,
  2. int to = -1,
  3. double cost = 0
])

Implementation

NavEdge( [super.from = - 1, super.to = - 1, super.cost = 0] );