allDevices property

The list of both realized and un-realized network devices. Un-realized devices are software devices which do not yet have backing resources, but for which backing resources can be created if the device is activated.

Implementation

List<NetworkManagerDevice> get allDevices {
  return _getDevices('AllDevices');
}