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