getList method

List getList(
  1. String key
)

Implementation

List getList(String key){
  return get(key) as List;
}