PdfTrustProfile constructor

const PdfTrustProfile({
  1. required String id,
  2. required TrustedRootsProvider provider,
  3. String? displayName,
})

Implementation

const PdfTrustProfile({
  required this.id,
  required this.provider,
  this.displayName,
});