RiskRecommendation.fromJson constructor
RiskRecommendation.fromJson(
- Map json_
Implementation
RiskRecommendation.fromJson(core.Map json_)
: this(
content: json_['content'] as core.String?,
referenceUrl: json_['referenceUrl'] as core.String?,
);