cast<RK, RV> method

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

Implementation

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