globalBool method

bool globalBool(
  1. String key
)

Implementation

bool globalBool(String key){
  return toBoolean(global(key).toString());
}