CArray typedef

CArray = List

Defines an array definition to match JSON Array construct.

Implementation

typedef CArray = List<dynamic>;