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