$Secret.fromJson constructor

$Secret.fromJson(
  1. Map json_
)

Implementation

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