json property

Map<String, dynamic> get json

Implementation

Map<String, dynamic> get json {
  return jsonDecode(raw.body);
}