class SettingModel { String host = ""; String id = ""; SettingModel(this.host); }