ServerConfig.fromJson constructor
Creates a new ServerConfig from the given json
Implementation
factory ServerConfig.fromJson(Map<String, dynamic> json) =>
_$ServerConfigFromJson(json);
Creates a new ServerConfig from the given json
factory ServerConfig.fromJson(Map<String, dynamic> json) =>
_$ServerConfigFromJson(json);