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