a method

List a(
  1. int index
)

Shorthand for method array.

Implementation

List<dynamic> a(int index) => array(index);