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