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