toJson method
Stable operation data used in migration checksums and reports.
Implementation
@override
Map<String, Object?> toJson() => {
'kind': 'backfill',
'table': tableJson(table),
'set': set,
'where': where,
'doneWhen': doneWhen,
'batchSize': batchSize,
};