fromNative static method

TrafficLevel fromNative(
  1. TrafficLevelNative native
)

Implementation

static TrafficLevel fromNative(TrafficLevelNative native) {
  return TrafficLevel(TrafficColorImpl.fromInt(native.color),
      level: native.level);
}