postList method

List postList(
  1. String key
)

Implementation

List postList(String key){
  return post(key) as List;
}