toMap method

Map toMap()

Return original Map recevied from native code.

Implementation

Map toMap() {
  return map;
}