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