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