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