getList method

List getList(
  1. String key
)

Implementation

List<dynamic> getList(String key) {
  return this[key] as List<dynamic>;
}