fromNative static method
Implementation
static SpeedLimitsRules fromNative(SpeedLimitsRulesNative native) {
return SpeedLimitsRules(
SpeedLimitsRulesTypeImpl.fromInt(native.urban),
SpeedLimitsRulesTypeImpl.fromInt(native.rural),
SpeedLimitsRulesTypeImpl.fromInt(native.expressway));
}