valueOf static method

StringTag valueOf(
  1. String str
)

Implementation

static StringTag valueOf(String str) {
  return StringTag._(str);
}