SecretManagerSource.fromJson constructor

SecretManagerSource.fromJson(
  1. Map json_
)

Implementation

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