json property
Future
get
json
Response body parsed as JSON (fetched lazily).
Implementation
Future<dynamic> get json async => jsonDecode(await body);
Response body parsed as JSON (fetched lazily).
Future<dynamic> get json async => jsonDecode(await body);