variableList method

List variableList(
  1. String key
)

Implementation

List variableList(String key){
  return variable(key) as List;
}