NoticeReference.fromAsn1 (packages/x509_plus/lib/src/extension.dart:555) assigns toDart(sequence.elements[1]) — a List<dynamic> of BigInt — to List<int> noticeNumbers, throwing type 'List<dynamic>' is not a subtype of type 'List<int>'. Any CertificatePolicies/UserNotice extension carrying a noticeRef is unparseable.
Fix: map explicitly to List<int>.
NoticeReference.fromAsn1(packages/x509_plus/lib/src/extension.dart:555) assignstoDart(sequence.elements[1])— aList<dynamic>ofBigInt— toList<int> noticeNumbers, throwingtype 'List<dynamic>' is not a subtype of type 'List<int>'. Any CertificatePolicies/UserNotice extension carrying a noticeRef is unparseable.Fix: map explicitly to
List<int>.