$Secret.fromJson constructor
$Secret.fromJson(
- Map json_
Implementation
$Secret.fromJson(core.Map json_)
: this(secretVersion: json_['secretVersion'] as core.String?);
$Secret.fromJson(core.Map json_)
: this(secretVersion: json_['secretVersion'] as core.String?);