DsaPublicKeyInfo.fromJson constructor

DsaPublicKeyInfo.fromJson(
  1. Map json_
)

Implementation

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