getList<T> method

List<T> getList<T>(
  1. String key
)

Implementation

List<T> getList<T>(String key)=> (this[key] as List).cast<T>();