toNative static method

TrafficLevelNative toNative(
  1. TrafficLevel obj
)

Implementation

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