RiskEvaluation constructor
RiskEvaluation({
- String? createdAt,
- RiskEvaluationRiskLevel? riskLevel,
Implementation
RiskEvaluation({
this.createdAt, this.riskLevel
});