GetCredentialReportResponse constructor

GetCredentialReportResponse({
  1. Uint8List? content,
  2. DateTime? generatedTime,
  3. ReportFormatType? reportFormat,
})

Implementation

GetCredentialReportResponse({
  this.content,
  this.generatedTime,
  this.reportFormat,
});