SubjectPublicKeyInfo constructor Null safety
- String algorithmOid,
- List<
ASN1Object> algorithmParameters, - Uint8List data
Constructor from values
Implementation
SubjectPublicKeyInfo(this.algorithmOid, this.algorithmParameters, this.data)
: source = null;