JsonList typedef

JsonList = List<JsonValue?>

The type definition for a JSON-serializable List.

Implementation

typedef JsonList = List<JsonValue>;