CryptoKeyConfig.fromJson constructor
CryptoKeyConfig.fromJson(
- Map json_
Implementation
CryptoKeyConfig.fromJson(core.Map json_)
: this(
keyReference: json_.containsKey('keyReference')
? json_['keyReference'] as core.String
: null,
);