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