bodyAsJsonList property

Future<List> get bodyAsJsonList

Parse the body, and convert it to a json list

Implementation

Future<List<dynamic>> get bodyAsJsonList async => (await body) as List;