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