json property

dynamic get json

Returns the body as JSON.

Implementation

dynamic get json => _jsonDecode(bodyAsString);