Returns a JSON representation of ObjectExist.
Map<String, dynamic> toJson() { return {'Exists': exists, 'IsFolder': isFolder}; }