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