fromNative static method

BicycleWeight fromNative(
  1. BicycleWeightNative native
)

Implementation

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