getNativePtr static method

Pointer<Void> getNativePtr(
  1. Map<int, LocationInfo>? value
)

Implementation

static Pointer<Void> getNativePtr(Map<int, LocationInfo>? value) =>
  toNativeIntMapNullable(value, (key) => key, (value) => LocationInfoImpl.toPointer(value));