toJson method

Map toJson()

return original data json

Implementation

Map toJson() {
  return rawData;
}