Map<String, dynamic> toJson() { return { 'instance': instance, 'collection': collection, 'id': id, 'path': path, 'value': value, }; }