ReasonCodeSummary constructor
ReasonCodeSummary({
- FindingReasonCode? name,
- double? value,
Implementation
ReasonCodeSummary({
this.name,
this.value,
});
ReasonCodeSummary({
this.name,
this.value,
});