Change constructor
Change({})
Implementation
Change({
required this.op,
required this.table,
required this.columns,
required this.pkColumns,
this.oldValues,
this.newValues,
});
Change({
required this.op,
required this.table,
required this.columns,
required this.pkColumns,
this.oldValues,
this.newValues,
});