dst property
int
get
dst
Destination vertex id GraphVertex
Example:
// Get destination vertex ID
int dst = edge.getDst();
print('Edge destination ID: $dst');
Implementation
int get dst;
Destination vertex id GraphVertex
Example:
// Get destination vertex ID
int dst = edge.getDst();
print('Edge destination ID: $dst');
int get dst;