fromNative static method
Implementation
static BicycleWeight fromNative(BicycleWeightNative native) {
return BicycleWeight(
mapkit_localized_value.LocalizedValueImpl.fromNative(native.time),
mapkit_localized_value.LocalizedValueImpl.fromNative(native.distance));
}