list method

List list(
  1. String key
)

Implementation

List<dynamic> list(String key) => (this[key] as List<dynamic>);