retype<RK, RV> method

  1. @Deprecated("Use cast instead.")
Map<RK, RV> retype <RK, RV>()

Implementation

@Deprecated("Use cast instead.")
Map<RK, RV> retype<RK, RV>() => cast<RK, RV>();