PdfTrustedRootsSelection constructor

const PdfTrustedRootsSelection({
  1. required List<String> selectedSourceIds,
  2. required List<Uint8List> roots,
  3. required bool fallbackToAllSources,
  4. required String reason,
})

Implementation

const PdfTrustedRootsSelection({
  required this.selectedSourceIds,
  required this.roots,
  required this.fallbackToAllSources,
  required this.reason,
});