toNative static method

DrivingWeightNative toNative(
  1. DrivingWeight obj
)

Implementation

static DrivingWeightNative toNative(DrivingWeight obj) {
  return _DrivingWeightNativeInit(
      mapkit_localized_value.LocalizedValueImpl.toNative(obj.time),
      mapkit_localized_value.LocalizedValueImpl.toNative(obj.timeWithTraffic),
      mapkit_localized_value.LocalizedValueImpl.toNative(obj.distance));
}