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