SecretVersion_State.fromJson constructor

SecretVersion_State.fromJson(
  1. Object? json
)

Implementation

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