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