cast<RK, RV> method

view source

Map<RK, RV> cast <RK, RV>() override

Implementation

Map<RK, RV> cast<RK, RV>() =>
    UnmodifiableMapView<RK, RV>(_map.cast<RK, RV>());