GetCredentialReportResponse constructor
GetCredentialReportResponse({
- Uint8List? content,
- DateTime? generatedTime,
- ReportFormatType? reportFormat,
Implementation
GetCredentialReportResponse({
this.content,
this.generatedTime,
this.reportFormat,
});