Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (exists != null) { _json[r'exists'] = exists; } return _json; }