setJsonAttributePatch method
Queues a JSON patch merge for column with the provided delta map.
Implementation
void setJsonAttributePatch(String column, Map<String, Object?> delta) {
setJsonAttributeValue(column, delta, pathOverride: r'$', patch: true);
}