getList<T> method

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

Gets list input

Implementation

List<T>? getList<T>(String key) => _input.list<T>(key);