fromOptionalPtr static method
Implementation
static Map<int, LocationInfo>? fromOptionalPtr(Pointer<Void> handle) =>
fromPlatformIntMapNullable(handle, (nativeValue) => LocationInfoImpl.fromPointer(nativeValue, needFree: false, takeOwnership: false)!);