toJson method

Map toJson()
inherited

return original data json

Implementation

Map toJson() {
  return rawData;
}