Host_State.fromJson constructor

Host_State.fromJson(
  1. Object? json
)

Implementation

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