cast<RK, RV> method

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

Cast source of the JsonMap

Implementation

Map<RK, RV> cast<RK, RV>() {
  return _jsonMap.cast<RK, RV>();
}