UserCredential.fromJson constructor
UserCredential.fromJson(
- Map json_
Implementation
UserCredential.fromJson(core.Map json_)
: this(
credentialName: json_['credentialName'] as core.String?,
credentialType: json_['credentialType'] as core.String?,
sshPublicKeyBody: json_['sshPublicKeyBody'] as core.String?,
);