headerList method

List headerList(
  1. String key
)

Implementation

List headerList(String key){
  return header(key) as List;
}