toMap method

Map toMap()

return original data json

Implementation

Map toMap() {
  return rawData;
}