castValues<V extends Object> method
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);