a method

List a(
  1. String key
)

Shorthand for method array.

Implementation

List<dynamic> a(String key) => array(key);