Creates a StorageExist instance from a JSON representation.
StorageExist.fromJson(Map<String, dynamic> json) { exists = json['exists']; }