l<T> method

List<T> l<T>(
  1. String k
)

Implementation

List<T> l<T>(String k) => JSafe.list<T>(this[k]);