cast<RK, RV> method
Returns a view of this map as having RK keys and RV instances.
This is a non-mutating operation that returns a new view of the map.
Implementation
@override
Map<RK, RV> cast<RK, RV>() => value.cast<RK, RV>();