json property

dynamic get json

Implementation

dynamic get json {
  return body.isNotEmpty ? jsonDecode(utf8.decode(bodyBytes)) : null;
}