cast<RK, RV> method

  1. @override
Map<RK, RV> cast<RK, RV>()
override

This method is not implemented by this map implementation and will result in an exception being thrown.

Implementation

@override
Map<RK, RV> cast<RK, RV>() {
  throw UnimplementedError();
}