CertificateProviderInstance.fromJson constructor

CertificateProviderInstance.fromJson(
  1. Map json_
)

Implementation

CertificateProviderInstance.fromJson(core.Map json_)
    : this(
        pluginInstance: json_.containsKey('pluginInstance')
            ? json_['pluginInstance'] as core.String
            : null,
      );