GenerateCredentialReportResponse constructor
GenerateCredentialReportResponse({
- String? description,
- ReportStateType? state,
Implementation
GenerateCredentialReportResponse({
this.description,
this.state,
});