jsonSetPath method
Queues a JSON update by explicitly providing path relative to column.
Implementation
void jsonSetPath(String column, String path, Object? value) =>
_asAttributes.setJsonAttributeValue(column, value, pathOverride: path);
Queues a JSON update by explicitly providing path relative to column.
void jsonSetPath(String column, String path, Object? value) =>
_asAttributes.setJsonAttributeValue(column, value, pathOverride: path);