SecretEnvironmentVariable.fromJson constructor

SecretEnvironmentVariable.fromJson(
  1. Map json_
)

Implementation

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