dummyStringMapper function

String dummyStringMapper(
  1. String s
)

Mapper that does nothing

Implementation

String dummyStringMapper(String s) {
  return s;
}