DsaPublicKeyInfo.fromJson constructor
DsaPublicKeyInfo.fromJson(
- Map json_
Implementation
DsaPublicKeyInfo.fromJson(core.Map json_)
: this(keySize: json_['keySize'] as core.int?);
DsaPublicKeyInfo.fromJson(core.Map json_)
: this(keySize: json_['keySize'] as core.int?);