toNative static method

Implementation

static LocationPolygonNative toNative(LocationPolygon obj)  {
    return _LocationPolygonNativeInit(
      PolygonImpl.toNative(obj.polygon),
      obj.locationId,
      obj.sublocationId,
    );
}