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