globalList method

List globalList(
  1. String key
)

Implementation

List globalList(String key){
  return global(key) as List;
}