jsonUpdatesFor method
Implementation
List<JsonUpdateClause> jsonUpdatesFor(
T model,
JsonUpdateBuilder<T>? builder,
) {
final support = JsonUpdateSupport<T>(definition);
return support.buildJsonUpdates(model, builder);
}
List<JsonUpdateClause> jsonUpdatesFor(
T model,
JsonUpdateBuilder<T>? builder,
) {
final support = JsonUpdateSupport<T>(definition);
return support.buildJsonUpdates(model, builder);
}