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,
      );