globalString method

String globalString(
  1. String key
)

Implementation

String globalString(String key){
  return global(key).toString();
}