castValues<V extends Object> method

TypedDeviceVendorInfoDictionary<V> castValues<V extends Object>()

Cast all values to V and return TypedDeviceVendorInfoDictionary, no matter the values is compatible with V or not.

This method is equivalent to Map.cast.

Implementation

TypedDeviceVendorInfoDictionary<V> castValues<V extends Object>() =>
    _ValueTypeCastedDeviceVendorInfoDictionary<V>(this);