CertificateProviderInstance.fromJson constructor
      
      CertificateProviderInstance.fromJson(
    
    
- Map json_
 
Implementation
CertificateProviderInstance.fromJson(core.Map json_)
    : this(
        pluginInstance: json_['pluginInstance'] as core.String?,
      );