DeprecationStatus_State.fromJson constructor

DeprecationStatus_State.fromJson(
  1. Object? json
)

Implementation

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