getList static method

List getList(
  1. String key
)

Implementation

static List<dynamic> getList(String key) {
  return _data[key];
}