toNative static method
Implementation
static TrafficLevelNative toNative(TrafficLevel obj) {
return _TrafficLevelNativeInit(
TrafficColorImpl.toInt(obj.color), obj.level);
}
static TrafficLevelNative toNative(TrafficLevel obj) {
return _TrafficLevelNativeInit(
TrafficColorImpl.toInt(obj.color), obj.level);
}