toNative static method

MasstransitStopFeatureMaskNative toNative(
  1. MasstransitStopFeatureMask obj
)

Implementation

static MasstransitStopFeatureMaskNative toNative(
    MasstransitStopFeatureMask obj) {
  return _MasstransitStopFeatureMaskNativeInit(obj.cooled, obj.heated);
}