previewEntityPatch method

EntityGraphDevtoolsPreviewAppliedReceipt? previewEntityPatch(
  1. String type,
  2. String id,
  3. Map<String, Object?> patch
)

Implementation

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