toJson method

Map<String, dynamic> toJson()

Returns a JSON representation of ObjectExist.

Implementation

Map<String, dynamic> toJson() {
  return {'Exists': exists, 'IsFolder': isFolder};
}