Function$_State.fromJson constructor

Function$_State.fromJson(
  1. String json
)

Implementation

factory Function$_State.fromJson(String json) => Function$_State(json);