edgesCount property
num
get
edgesCount
This read-only property returns the total number of edges that are connected with this vertex in either direction.
Implementation
_i2.num get edgesCount => _i4.getProperty(
this,
'edgesCount',
);
set
edgesCount
(num value)
Implementation
set edgesCount(_i2.num value) {
_i4.setProperty(
this,
'edgesCount',
value,
);
}