json abstract method

Returns a promise that resolves with the result of parsing the response body text as JSON.

MDN Reference

Implementation

@override
Future<Object> json();