Function$_State.fromJson constructor

Function$_State.fromJson(
  1. Object? json
)

Implementation

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