retype<K2, V2> method Null safety

  1. @Deprecated("Use cast instead")
Map<K2, V2> retype<K2, V2>()
Deprecated("Use cast instead")">@Deprecated("Use cast instead")

Implementation

@Deprecated("Use cast instead")
Map<K2, V2> retype<K2, V2>() => cast<K2, V2>();