fromNative static method

MasstransitTransportThreadAlertClosed fromNative(
  1. MasstransitTransportThreadAlertClosedNative native
)

Implementation

static MasstransitTransportThreadAlertClosed fromNative(
    MasstransitTransportThreadAlertClosedNative native) {
  return MasstransitTransportThreadAlertClosed(dummy: native.dummy);
}