jsonArray property

List? jsonArray
final

Some API endpoints may return an array and not a json object. For this case, this is used.

Implementation

final List<dynamic>? jsonArray;