PdfTrustProfile constructor
const
PdfTrustProfile({
- required String id,
- required TrustedRootsProvider provider,
- String? displayName,
Implementation
const PdfTrustProfile({
required this.id,
required this.provider,
this.displayName,
});