SecretManagerSecret.fromJson constructor

SecretManagerSecret.fromJson(
  1. Map json_
)

Implementation

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