isBidirectional property
bool
get
isBidirectional
Checks if the link is bidirectional
Implementation
bool get isBidirectional => attributes['bidirectional'] == true;
Checks if the link is bidirectional
bool get isBidirectional => attributes['bidirectional'] == true;