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