SecretVersion_State.fromJson constructor
SecretVersion_State.fromJson(
- Object? json
Implementation
factory SecretVersion_State.fromJson(Object? json) =>
SecretVersion_State(json as String);
factory SecretVersion_State.fromJson(Object? json) =>
SecretVersion_State(json as String);