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