bodyAsJsonList property

Future<List> bodyAsJsonList

Parse the body, and convert it to a json list

Implementation

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