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