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