List of wifis, attached to this sublocation Wifi.
Example:
// Get WiFi access points List<Wifi> wifis = sublocation.getWifis(); print('Number of WiFi access points: ${wifis.length}');
List<Wifi> get wifis;