RiskSection constructor
RiskSection({
- String? title,
- String? description,
- String? recommendation,
- List<
RiskLocation> ? location,
Implementation
RiskSection({
this.title,
this.description,
this.recommendation,
this.location,
});