ASN1ContentInfo constructor
ASN1ContentInfo(
- ASN1ObjectIdentifier contentType, {
- ASN1Object? content,
Implementation
ASN1ContentInfo(this.contentType, {this.content});