Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'host'] = this.host; return json; }