fromNativePtr static method
Implementation
static Map<String, SignalMeasurement> fromNativePtr(Pointer<Void> handle) =>
fromPlatformStringMap(handle, (nativeValue) => SignalMeasurementImpl.fromPointer(nativeValue, needFree: false, takeOwnership: false)!);