GenerateCredentialReportResponse constructor

GenerateCredentialReportResponse({
  1. String? description,
  2. ReportStateType? state,
})

Implementation

GenerateCredentialReportResponse({
  this.description,
  this.state,
});