utils_remove_values_null method

Map utils_remove_values_null()
inherited

return original data json

Implementation

Map utils_remove_values_null() {
  utils_remove_values_null_void();
  return rawData;
}