toNative static method

MasstransitTransportThreadAlertClosedUntilNative toNative(
  1. MasstransitTransportThreadAlertClosedUntil obj
)

Implementation

static MasstransitTransportThreadAlertClosedUntilNative toNative(
    MasstransitTransportThreadAlertClosedUntil obj) {
  return _MasstransitTransportThreadAlertClosedUntilNativeInit(
      mapkit_time.TimeImpl.toNative(obj.time));
}