static List<Wifi> fromNativePtr(Pointer<Void> handle) => fromPlatformList(handle, (element) => Wifi$Impl.fromExternalPtr(element));