json property

Map<String, Object> get json

Implementation

Map<String, Object> get json {
  return const JsonDecoder().convert(body);
}