weightCoef property

double? get weightCoef

Edge weight coefficient.

Example:

// Get edge weight coefficient
int weightCoef = edge.getWeightCoef();
print('Edge weight coefficient: $weightCoef');

Implementation

double? get weightCoef;