previewEntityPatch method
Implementation
EntityGraphDevtoolsPreviewAppliedReceipt? previewEntityPatch(
String type,
String id,
Map<String, Object?> patch,
) => _applyEntityPreview(this, type, id, patch);
EntityGraphDevtoolsPreviewAppliedReceipt? previewEntityPatch(
String type,
String id,
Map<String, Object?> patch,
) => _applyEntityPreview(this, type, id, patch);