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