array method

List array(
  1. int index
)

Get List value from JSON Array. For lazier person, you can use shorthand method a.

Implementation

List<dynamic> array(int index) => _get(index, []);