X509Certificate constructor
const
X509Certificate({
- Uint8List? data,
Creates an X509Certificate.
Implementation
const X509Certificate({this.data});
Creates an X509Certificate.
const X509Certificate({this.data});