EntityGraphDevtoolsPreviewEntityPatch constructor
EntityGraphDevtoolsPreviewEntityPatch({})
Implementation
EntityGraphDevtoolsPreviewEntityPatch({
required this.type,
required this.id,
required Map<String, Object?> patch,
}) : patch = Map.unmodifiable(patch);