RiskRecommendation constructor

RiskRecommendation({
  1. String? content,
  2. String? referenceUrl,
})

Implementation

RiskRecommendation({this.content, this.referenceUrl});