directNeighbors property

List<AdHocDevice> directNeighbors

List of direct neighors of this node (List of AdHocDevice).

Implementation

List<AdHocDevice> get directNeighbors => _presentationManager.directNeighbors;