toJson method

Map<String, dynamic> toJson()

Returns a JSON representation of StorageExist.

Implementation

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