fromOptionalPtr static method

Map<String, String>? fromOptionalPtr(
  1. Pointer<Void> handle
)

Implementation

static Map<String, String>? fromOptionalPtr(Pointer<Void> handle) =>
  fromPlatformStringMapNullable(handle, (nativeValue) => toPlatformFromPointerString(nativeValue, needFree: false)!);