Execution_State.fromJson constructor

Execution_State.fromJson(
  1. Object? json
)

Implementation

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