emptyString function

String emptyString()

Implementation

String emptyString() {
  return "";
}