RiskRecommendation.fromJson constructor

RiskRecommendation.fromJson(
  1. Map json_
)

Implementation

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